export declare class CreateAttributeOptionDto {
    attributeId: number;
    name: string;
}
