import { ProviderType } from 'types'; import { ActionReturnDataType } from './types'; export declare function getWithdrawData(provider: ProviderType): ActionReturnDataType; //# sourceMappingURL=getWithdrawData.d.ts.map