import type * as spec from '@galacean/effects-specification'; import type { Texture2DSourceOptions, TextureCubeSourceOptions } from './types'; type TextureJSONOptions = spec.SerializedTextureSource & spec.TextureConfigOptionsBase & spec.TextureFormatOptions; export declare function deserializeMipmapTexture(textureOptions: TextureJSONOptions, bins: ArrayBuffer[], assets: Record, files?: spec.BinaryFile[]): Promise; export {};