/*! Keep it simple, keep it free */ import __tsdown_shims_path from 'node:path'; import __tsdown_shims_url from 'node:url'; import { LibOptions } from "./index.js"; import { UserConfig } from "vite-plus"; //#region src/pack.d.ts declare const PACK_BANNER = "/*! Keep it simple, keep it free */"; declare const PACK_FOOTER = "/*! Built with love & coffee \u2615 */"; declare const packPreset: (options: LibOptions) => UserConfig["pack"]; //#endregion export { PACK_BANNER, PACK_FOOTER, packPreset }; /*! Built with love & coffee ☕ */ //# sourceMappingURL=pack.d.ts.map