export interface Customer { reference: string; email?: string; firstname?: string; lastname?: string; } //# sourceMappingURL=customer.d.ts.map