import type { DidJwk } from './DidJwk'; export declare function getDidJwkDocument(didJwk: DidJwk): import("../../domain").DidDocument;