import { EmploymentDeclarationServices } from '../../../constants/employment-declaration-services'; export declare class SaveEdDetailsResponse { caseId: number; employmentDeclarationId: number; isSubmit: boolean; service: EmploymentDeclarationServices; path: string; constructor(data: unknown); }