import type { AuthorityDelegationV1 } from './types.js'; /** Strict untrusted-wire entry point: valid JSON, I-JSON names, and closed v1 schema. */ export declare function parseAuthorityDelegationJson(source: string): AuthorityDelegationV1; //# sourceMappingURL=parse.d.ts.map