import type { DataStore } from '@openleash/core'; export declare function playgroundListCommand(): Promise; export declare function playgroundRunCommand(store: DataStore, scenarioName: string, args: string[]): Promise; //# sourceMappingURL=playground.d.ts.map