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