import { WithdrawNftByAdmin } from '../../types';
export declare const withdrawNftByAdmin: (params: WithdrawNftByAdmin) => Promise<void>;
