import { ForestStatic } from "./forest/static"; export { ForestInstance } from "./forest/instance"; export { ServiceMethods } from "./types/forest"; export { InstanceConfig, ForestStatic } from "./forest/static"; export { ForestService } from "./forest/service"; export { ServiceConfig } from "./types/forest"; export declare const forest: ForestStatic; export default forest;