import { Playground } from '../state/playground'; export declare function buildPlayground(dna: string, numConductors: number): Promise;