import { FormatType, ImageInfo } from '../types.js';
/** Generate a single preloader .bin file containing omni/album image thumbnails */
export declare function getArchiveBin(outDir: string, format: FormatType, containerId: string, entries: [string, ImageInfo][], omniId?: string): Promise<Uint8Array>;
