import { User, UserWithId } from "../../types/user"; import { ForestInstance, ForestService } from "../../../src"; export declare let forestInstance: ForestInstance; export declare let userService: ForestService;