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