export declare const MICROSTX_IN_STX = 1000000; export declare function microStxToStx(amountInMicroStx: number): number; export declare function stxToMicroStx(amountInStx: number): number;