export declare class CreateStandardDto {
    name: string;
    title: string;
}
