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