import { BmbyEntity } from "./BmbyEntity"; import { Contact } from "./Contact"; export declare class Customer extends BmbyEntity { private _contact; constructor(); data: any; id: string; contact: Contact; readonly matches: number; }