export declare const BOROS_INTERNAL_DECIMALS = 18; export declare function parseSize(size: string): bigint; export declare function formatSize(raw: bigint | string): string; export declare function humanToRaw(humanAmount: number, decimals: number): string; export declare function rawToHuman(raw: string | bigint, decimals: number): string; export declare function formatX18(raw: string | bigint | number | null | undefined): string | undefined; export declare function formatUsd6(value: number | string | null | undefined): number | undefined; export declare function resolveAmount(rawAmount: string | undefined, humanAmount: number | undefined, decimals: number): string; //# sourceMappingURL=amount.d.ts.map