import { SymbolTable } from "./SymbolTable"; import { TextureTableRecord } from "./Texture"; export declare class TextureTable extends SymbolTable { AllocateName(): string; get Textures(): Map; } //# sourceMappingURL=TextureTable.d.ts.map