export declare class SupplyOrderItem { supplyOrder: any; main: string; supplier: string; bind(): void; supplyOrderChanged(): void; }