interface RotateOptions {
    force?: boolean;
    reason?: string;
}
export declare function rotate(options: RotateOptions): Promise<void>;
export {};
//# sourceMappingURL=rotate.d.ts.map