/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ import { BackingStoreFactory } from "./backingStoreFactory.js"; export declare const createBackedModelProxyHandler: (backingStoreFactory: BackingStoreFactory) => ProxyHandler; //# sourceMappingURL=backedModelProxy.d.ts.map