export declare class CheckHdbMsdQueryDto {
    countryCode?: string;
    phoneNumber?: string;
    email?: string;
}
export declare class HdbMsdCheckResponseDto {
    userId: number;
    attendedHdbMsd: boolean;
}
