import { HaxballServerConfig } from "../Global";
export declare function loadConfig(file?: string): Promise<HaxballServerConfig>;
