import type { IClientSideComponentManifest } from '@microsoft/sp-module-interfaces'; export declare class ManifestUrlProcessor { /** * This method takes existing manifest data and a configured baseUrl, and * attempts to correct or create manifest loaderConfig values for * internalModuleBaseUrls paths, if needed. * * @param manifest - the manifest data for a component. * @param relativePath - the manifest path relative to the current build root. * @param baseUrl - the base web url for asset resource loading. */ static processInternalModuleBaseUrls(manifest: IClientSideComponentManifest, relativePath: string, baseUrl: string): void; } //# sourceMappingURL=ManifestUrlProcessor.d.ts.map