import { YypIncludedFile } from '@bscotch/yy';
import { StitchStorage } from '../StitchStorage.js';
import { Gms2ComponentArrayWithStorage } from './Gms2ComponentArrayWithStorage.js';
import { Gms2IncludedFile } from './Gms2IncludedFile.js';
export declare class Gms2IncludedFileArray extends Gms2ComponentArrayWithStorage<YypIncludedFile, typeof Gms2IncludedFile> {
    constructor(data: YypIncludedFile[], storage: StitchStorage);
    /**
     * Delete a file, if it exists.
     */
    deleteByName(baseName: string): this;
}
//# sourceMappingURL=Gms2IncludedFileArray.d.ts.map