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