import ForestInstance, { InstanceConfig } from "./instance"; export declare class ForestStatic { create(config?: InstanceConfig): ForestInstance; }