import type { CustomIntlayerConfig, IntlayerConfig } from '../types/config';
/**
 * Build the configuration fields by merging the default values with the custom configuration
 */
export declare const buildConfigurationFields: (customConfiguration?: CustomIntlayerConfig, baseDir?: string) => IntlayerConfig;
//# sourceMappingURL=buildConfigurationFields.d.ts.map