import { EnvCommand } from '../base/env-command'; export declare const GET_CONSOLE_URL_QUERY = "\nquery Q($alias: String!) {\n project: getProjectByAlias(alias: $alias) {\n consoleUrl\n }\n}\n"; export default class ConsoleCommand extends EnvCommand { static description: string; static flags: { env: import("@oclif/command/lib/flags").IOptionFlag; dir: import("@oclif/command/lib/flags").IOptionFlag; }; run(): Promise; }