export declare class DocumentPaths { /** * The document's unique identifier. */ documentId?: string; /** * Presence path. */ presence?: string; /** * Cursor path. */ cursor?: string; /** * Area path. */ area?: string; /** * Arrow path. */ arrow?: string; /** * Comment path. */ comment?: string; /** * Huddle path. */ audioHuddle?: string; /** * Document Id provided by the user. */ clientDocumentId?: string; /** * Group contacts path. */ groupContacts?: string; /** * Global contacts path. */ globalContacts?: string; /** * User login path. */ logins?: string; /** * Selection path. */ selection?: string; /** * Tag path. */ tag?: string; /** * Huddle path. */ huddle?: string; /** * Document metadata path. */ metadata?: string; /** * Recorder path. */ recorder?: string; /** * IAM (Identity and Access Management) path. */ iam?: string; /** * Document IAM (Identity and Access Management) path. */ documentIam?: string; /** * Document users path. */ users?: string; /** * User feedback path. */ userFeedback?: string; /** * User report bugs path. */ userReportBugs?: string; /** * User contact us path. */ userContactUs?: string; /** * User follow along path. */ flock?: string; }