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