import type { GetUrl } from "./texture-api-types.js";
export declare function loadImageTextureArray(count: number, getUrl: GetUrl, options?: {}): Promise<any>;
export declare function getImageArrayUrls(count: number, getUrl: GetUrl, options?: {}): Promise<any>;
//# sourceMappingURL=load-image-array.d.ts.map