import type { FileCollection } from '../FileCollection.ts'; type SyncOrAsync = T | Promise; export type SupportedBufferInput = SyncOrAsync; export declare function appendArrayBuffer(fileCollection: FileCollection, relativePath: string, arrayBuffer: SupportedBufferInput, options?: { dateModified?: number; extra?: boolean; }): Promise; export {}; //# sourceMappingURL=appendArrayBuffer.d.ts.map