export declare function parseAmount(amount: string, coinDecimals: number): bigint; export declare function safeParseAmount(amount: string, coinDecimals: number): bigint | null; //# sourceMappingURL=parse.d.ts.map