export declare class CreateContactDto {
    title: string;
    subject: string;
}
