UNPKG

@kya-os/cli

Version:

CLI for MCP-I setup and management

14 lines 391 B
interface IdentityCleanOptions { force?: boolean; backup?: boolean; } /** * Clean identity configuration with optional backup */ export declare function identityClean(options?: IdentityCleanOptions): Promise<void>; /** * Restore identity from backup */ export declare function identityRestore(backupFile?: string): Promise<void>; export {}; //# sourceMappingURL=identity.d.ts.map