import type { RequestWithdrawalParams, WithdrawalExecutionParams } from '../types/sdk'; export declare const withdraw: (params: RequestWithdrawalParams) => WithdrawalExecutionParams; //# sourceMappingURL=withdraw.d.ts.map