import { Playground } from "../state/playground"; export declare function downloadFile(name: string, blob: Blob): void; export declare function fileToPlayground(json: any): Playground;