import { IKey } from '@veramo/core';
import { IRequiredContext } from './types';
export declare function getAddressFromAgent(context: IRequiredContext, keyRef: Pick<IKey, 'kid'>): Promise<string>;
export declare function getKey(context: IRequiredContext, keyRef: Pick<IKey, 'kid'>): Promise<IKey | undefined>;
//# sourceMappingURL=functions.d.ts.map