import { JobHuntingModel } from 'src/model/job_hunting.model'; declare const JobHuntingInfoDto_base: import("@nestjs/common").Type>; export declare class JobHuntingInfoDto extends JobHuntingInfoDto_base { } declare const JobHuntingApplyDto_base: import("@nestjs/common").Type>; export declare class JobHuntingApplyDto extends JobHuntingApplyDto_base { } export {};