import type { MojoApp } from '../types.js';
/**
 * Repl command.
 */
declare function replCommand(app: MojoApp): Promise<void>;
declare namespace replCommand {
    var description: string;
    var usage: string;
}
export default replCommand;
