import { IntlayerConfig } from "@intlayer/types/config";

//#region src/createDictionaryEntryPoint/getBuiltRemoteDictionariesPath.d.ts
/**
 * This function generates a list of dictionaries in the main directory
 */
declare const getBuiltRemoteDictionariesPath: (configuration: IntlayerConfig, excludeKeys?: string[]) => Promise<string[]>;
//#endregion
export { getBuiltRemoteDictionariesPath };
//# sourceMappingURL=getBuiltRemoteDictionariesPath.d.ts.map