import { ProviderType } from 'types'; import { ActionReturnDataType } from './types'; interface UnstakeType { amount: string; provider: ProviderType; } /** * @param amount EGLD amount provided by user */ export declare const getUnstakeDataField: (amount?: string) => string; export declare function getUnstakeData({ provider, amount }: UnstakeType): ActionReturnDataType; export {}; //# sourceMappingURL=getUnstakeData.d.ts.map