interface RotateOptions {
    force?: boolean;
    reason?: string;
    newDid?: boolean;
    yes?: boolean;
}
/**
 * Rotate identity keys with dev/prod mode handling
 * Requirements: 2.3, 2.4, 2.5, 2.6
 */
export declare function rotate(options?: RotateOptions): Promise<void>;
export {};
//# sourceMappingURL=rotate.d.ts.map