import { BotOptions } from "mineflayer"; import * as viaproxyTypes from "./types/config"; export declare function generateCacheFileName(pathName: string, cacheName: string, username: string): string; export declare function extractCacheNames(opts: BotOptions): AsyncGenerator; export declare function loadNmpConfig(opts: BotOptions): Promise; export declare function convToV4(code: viaproxyTypes.ViaProxyV3Config): viaproxyTypes.ViaProxyV4Config;