/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ /** Returns true if the schema comes from a SharePoint data source. */ export declare function isSharepointSchema(root: unknown): boolean; //# sourceMappingURL=sharepointUtils.d.ts.map