/**
 * @intlayer/config/built is a package that only returns the configuration file as a JSON object.
 * Using an external package allow to alias it in the bundle configuration (such as webpack).
 */
declare const configuration: import("./client").IntlayerConfig;
export default configuration;
//# sourceMappingURL=built.d.ts.map