import { WasmkitRuntimeEnvironment } from "../../types";
export declare function startLocalnet(nodeType: string, clean: boolean, withExplorer: boolean, env: WasmkitRuntimeEnvironment): Promise<void>;
