export declare const getPaymentCode: (args?: any) => void; export default getPaymentCode; export declare const getPaymentCodeAsync: (args?: any) => Promise;