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