export declare class BrandInstructionDto { brandInstructionType: string; brandInstructionText: string; id?: string; constructor(d?: BrandInstructionDto); }