import { type SerializedIdentity } from "@ternent/identity"; import type { ArmourIdentityInput } from "./types.js"; export declare function resolveIdentity(input: ArmourIdentityInput): Promise; export declare function recipientFromIdentity(input: ArmourIdentityInput): Promise; export declare function secretKeyFromIdentity(input: ArmourIdentityInput): Promise; export declare function normalizeSecretKey(secretKey: string): Promise; export declare function assertIdentityCapabilityRoot(input: ArmourIdentityInput): Promise; //# sourceMappingURL=identity.d.ts.map