import type { Services } from '../typings'; import { Command } from 'commander'; export declare function rotateKeys(services: Services): (cmd: any) => Promise; export default function register(services: Services, name?: string): Command;