import type { ConfigInput, HotUpdaterConfigOptions } from "@hot-updater/plugin-core";
export declare const defineConfig: (config: ConfigInput | ((options: HotUpdaterConfigOptions) => ConfigInput)) => ConfigInput | ((options: HotUpdaterConfigOptions) => ConfigInput);
