/** TODO: export from m-ld */
export type Iri = string;
export { UserKey } from './UserKey.js';
export declare const $vocab = "http://gw.m-ld.org/#";
export declare const gatewayContext: {
    '@vocab': string;
    naming: {
        '@type': string;
    };
    remotesAuth: {
        '@type': string;
    };
};
/**
 * Obtains absolute IRIs in the Gateway vocabulary
 * @returns {string}
 */
export declare const gatewayVocab: (iri: Iri) => string;
