import { aura, coin } from './types';
export declare const render: typeof scot;
export default render;
export declare function scot(aura: aura, atom: bigint): string;
export declare function rend(coin: coin): string;
export declare function encodeString(string: string): string;
