import { IntlayerConfig } from "@intlayer/types/config"; //#region src/prepareIntlayer.d.ts type PrepareIntlayerOptions = { clean?: boolean; env?: 'prod' | 'dev'; format?: ('cjs' | 'esm')[]; forceRun?: boolean; cacheTimeoutMs?: number; onIsCached?: () => void | Promise; }; export declare const prepareIntlayer: (configuration: IntlayerConfig, options?: PrepareIntlayerOptions) => Promise; //#endregion //# sourceMappingURL=prepareIntlayer.d.ts.map