export declare class ProductInstructionDto { instructionType: string; instructionText: string; id?: string; constructor(d?: ProductInstructionDto); }