export declare const toNano: (src: string, decimals: number) => bigint;
export declare const fromNano: (value: bigint, decimals: number) => string;
