import { buildDid8004, resolveDid8004, type BuildDid8004Options, type ParsedDid8004 } from '@agentic-trust/agentic-trust-sdk'; declare function normalizeDidInput(value: string): string; export declare function parseDid8004(value: string): ParsedDid8004; export { buildDid8004, resolveDid8004 }; export type { BuildDid8004Options, ParsedDid8004 }; export declare const normalizeDid8004: typeof normalizeDidInput; //# sourceMappingURL=did8004.d.ts.map