import type { GetUrl, TextureLoaderOptions } from "./texture-api-types.js";
/**
 * @deprecated Use `load(url, TextureArrayLoader)` for manifest-driven loading.
 */
export declare function loadImageTextureArray(count: number, getUrl: GetUrl, options?: TextureLoaderOptions): Promise<any>;
export declare function getImageArrayUrls(count: number, getUrl: GetUrl, options?: TextureLoaderOptions): Promise<any>;
//# sourceMappingURL=load-image-array.d.ts.map