export declare enum StringNotation { exponential = "exponential", fixed = "fixed" } export declare function lovelacesToAda(lovelaces: string, notation?: StringNotation): string; //# sourceMappingURL=lovelacesToAda.d.ts.map