import UUID from "pure-uuid"; export declare class PropertySet { static readonly PUBLIC_STRINGS: PropertySet; static readonly COMMON: PropertySet; static readonly ADDRESS: PropertySet; static readonly HEADERS: PropertySet; static readonly APPOINTMENT: PropertySet; static readonly MEETING: PropertySet; static readonly LOG: PropertySet; static readonly MESSAGING: PropertySet; static readonly NOTE: PropertySet; static readonly POST_RSS: PropertySet; static readonly TASK: PropertySet; static readonly UNIFIED_MESSAGING: PropertySet; static readonly PS_MAPI: PropertySet; static readonly AIR_SYNC: PropertySet; static readonly SHARING: PropertySet; static readonly XML_EXTR_ENTITIES: PropertySet; static readonly ATTACHMENT: PropertySet; static readonly CALENDAR_ASSISTANT: PropertySet; private static readonly PROPERTY_SETS; static forUUID(uuid: UUID): PropertySet; readonly id: UUID; readonly name: string; constructor(name: string, id: UUID); toString(): string; }