import { CommandOptions } from '../command-api';
export declare function realHandler(options: CommandOptions): Promise<number>;
