import type { AppContext } from '../../../../context.js'; export declare const getDidDoc: (ctx: AppContext, did: string) => Promise<{ '@context'?: "https://www.w3.org/ns/did/v1" | string[] | undefined; id: string; alsoKnownAs?: string[] | undefined; verificationMethod?: { id: string; type: string; controller: string; publicKeyJwk?: Record | undefined; publicKeyMultibase?: string | undefined; }[] | undefined; authentication?: (string | { id: string; type: string; controller: string; publicKeyJwk?: Record | undefined; publicKeyMultibase?: string | undefined; })[] | undefined; service?: { id: string; type: string; serviceEndpoint: string | Record; }[] | undefined; }>; //# sourceMappingURL=resolver.d.ts.map