import { c as Overwrite, r as Logger, s as MarkPartial } from "./index-C0LaRpVv.mjs"; //#region src/features/target.d.ts declare function expandBaselineTarget(targets: string[]): string[]; //#endregion //#region src/utils/fs.d.ts declare function fsExists(path: string): Promise; declare function fsRemove(path: string): Promise; //#endregion //#region src/utils/general.d.ts declare function toArray(val: T | T[] | null | undefined, defaultValue?: T): T[]; declare function resolveComma(arr: T[]): T[]; declare function importWithError(moduleName: string): Promise; //#endregion export { type Logger, type MarkPartial, type Overwrite, expandBaselineTarget, fsExists, fsRemove, importWithError, resolveComma, toArray };