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