export declare class ClientServiceAgreementUploadDto {
    serviceAgreementSignedOn?: string;
}
