//#region src/createDictionaryEntryPoint/createDictionaryEntryPoint.d.ts export type CreateDictionaryEntryPointOptions = { formats?: ('cjs' | 'esm')[]; excludeKeys?: string[]; }; /** * This function generates a list of dictionaries in the main directory */ export declare const createDictionaryEntryPoint: (configuration?: import("@intlayer/types").IntlayerConfig, options?: CreateDictionaryEntryPointOptions) => Promise; //#endregion //# sourceMappingURL=createDictionaryEntryPoint.d.ts.map