import { Factory } from "fishery"; import { Player } from "../src/Player"; import { WireObject } from "../src/public/events"; import { MapObjectDB, Nook } from "../src"; export declare const getDefaultMockPlayerName: (playerId: string | number) => string; export declare const factories: { player: Factory; wireObject: Factory; mapObjectDB: Factory; nook: Factory; };