export declare class CreateLinkAttributeToProductDto {
    optionId: number;
    productId: string;
}
