/** Vendor information */
export interface Vendor {
    /** name */
    vendorName: string;
}
//# sourceMappingURL=Vendor.d.ts.map