import "./shared/binding-DwMf_OTa.mjs";
import { ConfigExport, defineConfig } from "./shared/define-config-pMM2R7Js.mjs";

//#region src/utils/load-config.d.ts
declare function loadConfig(configPath: string): Promise<ConfigExport>;
//#endregion
//#region src/config.d.ts
declare const VERSION: string;
//#endregion
export { VERSION, defineConfig, loadConfig };