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