import { Config } from "@towercg2/server";
export declare function withConfig<T>(configPath: string, fn: (config: Config) => T | Promise<T>): Promise<T>;
