import type { MojoApp } from '../types.js';
/**
 * Routes command.
 */
declare function routesCommand(app: MojoApp, args: string[]): Promise<void>;
declare namespace routesCommand {
    var description: string;
    var usage: string;
}
export default routesCommand;
