export declare const ReceiveFundsOptions: { readonly CRYPTO: "crypto"; readonly FIAT: "fiat"; }; export type ReceiveFundsOptionsType = (typeof ReceiveFundsOptions)[keyof typeof ReceiveFundsOptions]; //# sourceMappingURL=ReceiveFundsOptions.d.ts.map