export declare class UpdateSubAdminAccountStatusDto {
    accountStatus: string;
}
