import { WithdrawStatus } from '../entities/withdraw.entity';
export declare class UpdateWithdrawDto {
    status: WithdrawStatus;
    reasonRejected: string;
}
