import { type KeyScope } from './keyset/index.js'; import { type ValidationResult } from './validator/types.js'; export declare const SIGNATURE = "SIGNATURE"; export declare const ENCRYPTION = "ENCRYPTION"; export declare const SYMMETRIC = "SYMMETRIC"; export declare const LINK_HASH = "LINK_HASH"; export declare const HashPurpose: { readonly SIGNATURE: "SIGNATURE"; readonly ENCRYPTION: "ENCRYPTION"; readonly SYMMETRIC: "SYMMETRIC"; readonly LINK_HASH: "LINK_HASH"; }; export declare const ROOT = "ROOT"; export declare const MERGE = "MERGE"; export declare const VALID: ValidationResult; export declare const EPHEMERAL_SCOPE: KeyScope; //# sourceMappingURL=constants.d.ts.map