export declare class CreateSarvamJobOpdIdMappingDto {
    opd_id: string;
    job_id: string;
}
