/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import type { ILogger } from '../services/index.js'; /** * Processes all JSON files in the specified folder and generates a TypeScript file with data source information. * @param schemaFolderPath The path to the folder containing JSON files. */ export declare function processDataSourceInfo(schemaFolderPath: string, logger: ILogger): Promise; //# sourceMappingURL=dataSourceInfoProcessor.d.ts.map