import type { LensCore } from "../lens-core-module/lensCore";
import type { RemoteConfiguration } from "./remoteConfiguration";
export declare const setPreloadedConfiguration: {
    (args_0: LensCore, args_1: RemoteConfiguration): void;
    token: "setPreloadedConfiguration";
    dependencies: readonly ["lensCore", "remoteConfiguration"];
};
//# sourceMappingURL=preloadConfiguration.d.ts.map