import type { FetchHandler } from "../../handlers/defaultFetchHandler";
import type { RemoteConfiguration } from "../../remote-configuration/remoteConfiguration";
import type { AssetLoader } from "./LensAssetRepository";
/**
 * @internal
 */
export declare const deviceDependentAssetLoaderFactory: {
    (args_0: FetchHandler, args_1: RemoteConfiguration): AssetLoader;
    token: "deviceDependentAssetLoader";
    dependencies: readonly ["defaultFetchHandler", "remoteConfiguration"];
};
//# sourceMappingURL=deviceDependentAssetLoader.d.ts.map