export declare function isRoomId(id?: string): boolean; export declare function isContactId(id?: string): boolean; export declare function isContactOfficialId(id?: string): boolean; export declare function isStrangerV1(strangerId?: string): boolean; export declare function isStrangerV2(strangerId?: string): boolean; export declare function isPayload(payload: object): boolean; //# sourceMappingURL=is-type.d.ts.map