/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ export interface BundleFileData { bundleName: string; relativePathToStatsFile: string; relativePathToConfigFile: string | undefined; } export declare function getBundleFilePathsFromFolder(relativePathsInFolder: string[]): BundleFileData[]; //# sourceMappingURL=getBundleFilePathsFromFolder.d.ts.map