import { Guid } from ".."; export declare class InvoiceByCustomer { publicId: Guid; customerCode: number; name: string; } //# sourceMappingURL=invoiceByCustomer.d.ts.map