export interface RoutesOptions { projectDir: string; json?: boolean; } export declare function routesCommand(projectDir: string, options?: { json?: boolean; }): Promise; //# sourceMappingURL=command.d.ts.map