import * as nodefs from "node:fs"; import type { Command } from "../types.ts"; type Args = { exportCatalogs: string; presets: string[]; }; export declare function exportCatalogs(dest: string, preset?: Readonly, fs?: typeof nodefs): void; export declare function makeExportCatalogsCommand({ exportCatalogs: destination, presets, }: Args): Command | undefined; export {}; //# sourceMappingURL=exportCatalogs.d.ts.map