/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ import { type ParseNode } from "../serialization/index.js"; export declare const BackingStoreKey = "backingStoreEnabled"; /** * Check if the object is an instance a BackedModel * @param fields The fields of the object * @returns boolean indicating if the object is a BackedModel */ export declare function isBackingStoreEnabled(fields: Record void>): boolean; //# sourceMappingURL=backingStoreUtils.d.ts.map