export declare type ContactStatusType = { contactArrived: boolean; lastCursor: number | string | null; hasNext: boolean; }; //# sourceMappingURL=ContactType.d.ts.map