import type { FileCollection } from '../FileCollection.ts'; export declare function appendText(fileCollection: FileCollection, relativePath: string, text: string | Promise, options?: { dateModified?: number; }): Promise; //# sourceMappingURL=appendText.d.ts.map