import { Command } from 'commander';
/**
 * Register the search commands with the CLI
 * @param program The commander program to register commands with
 */
declare function register(program: Command): void;
declare const _default: {
    register: typeof register;
};
export default _default;
