export declare enum ClientPrefix {
    /**
     * A constant representing the URI path for Client-Server API endpoints versioned at v1.
     */
    V1 = "/_matrix/client/v1",
    /**
     * A constant representing the URI path for Client-Server API endpoints versioned at v3.
     */
    V3 = "/_matrix/client/v3",
    /**
     * A constant representing the URI path for as-yet unspecified Client-Server HTTP APIs.
     */
    Unstable = "/_matrix/client/unstable"
}
export declare enum IdentityPrefix {
    /**
     * URI path for the v2 identity API
     */
    V2 = "/_matrix/identity/v2"
}
export declare enum MediaPrefix {
    /**
     * A constant representing the URI path for Client-Server API Media endpoints versioned at v1.
     */
    V1 = "/_matrix/media/v1",
    /**
     * A constant representing the URI path for Client-Server API Media endpoints versioned at v3.
     */
    V3 = "/_matrix/media/v3"
}
//# sourceMappingURL=prefix.d.ts.map