export declare const ContactVocab: { readonly name: string; readonly avatarUrl: string; readonly about: string; readonly rdfType: string; readonly contactType: string; readonly isPublic: string; readonly externalPlatform: string; readonly externalId: string; readonly alias: string; readonly starred: string; readonly note: string; readonly sortKey: string; readonly gender: string; readonly province: string; readonly city: string; readonly createdAt: string; readonly updatedAt: string; readonly deletedAt: string; readonly lastSyncedAt: string; };