import { type TyiKeypair } from "../lib/tychi.js"; /** Load TYI agent keypair from ~/.tyi; create encrypted seed on first call. */ export declare function loadOrCreateAgentKeypair(vaultPassword: string): TyiKeypair; //# sourceMappingURL=identity.d.ts.map