export declare class CreateEmployeeTechnologyDto {
    name: string;
}
