import type { FileCollection } from '../FileCollection.ts'; export declare function appendWebSource(fileCollection: FileCollection, webSourceURL: string, options?: { baseURL?: string; }): Promise; //# sourceMappingURL=appendWebSource.d.ts.map