import type { JsonWebKey } from "did-resolver"; import * as jwkJcsPubCodec from "./codecs/jwk_jcs-pub.ts"; export declare function createDid(publicKey: JsonWebKey): string; export declare function validateDid(did: string): void; export declare const validateJwk: typeof jwkJcsPubCodec.validateJwk; //# sourceMappingURL=util.d.ts.map