import { WithdrawModel } from 'src/model/withdraw.model'; declare const ApplyWithdrawDto_base: import("@nestjs/common").Type>; export declare class ApplyWithdrawDto extends ApplyWithdrawDto_base { } export {};