import __tsdown_shims_path from 'node:path'; import __tsdown_shims_url from 'node:url'; import { OptionsConfig } from "./types.mjs"; //#region src/config_presets.d.ts declare const CONFIG_PRESET_FULL_ON: OptionsConfig; declare const CONFIG_PRESET_FULL_OFF: OptionsConfig; //#endregion export { CONFIG_PRESET_FULL_OFF, CONFIG_PRESET_FULL_ON };