import { Playground } from '../state/playground'; export declare function serializePlayground(state: Playground): string; export declare function deserializePlayground(stateString: string): Playground;