import type { PlaygroundCommandResponse } from 'react-cosmos-core'; import type { RendererCoreContext } from '../shared/index.js'; export declare function receivePlaygroundCommandResponse(context: RendererCoreContext, { payload }: PlaygroundCommandResponse): void;