export declare class Txd { /** * @param txdHash * @returns */ static doesStreamedTxdExist(txdHash: string | number): boolean; /** * @param textureDict * @param p1 */ static requestStreamedTextureDict(textureDict: string, p1: boolean): void; /** * @param textureDict * @returns */ static doesStreamedTextureDictExist(textureDict: string): boolean; /** * @param textureDict * @returns */ static hasStreamedTextureDictLoaded(textureDict: string): boolean; /** * @param txdHash * @returns */ static hasStreamedTxdLoaded(txdHash: string | number): any; /** * @param txdHash */ static setStreamedTxdAsNoLongerNeeded(txdHash: string | number): void; /** * @param txdHash * @param p1 */ static requestStreamedTxd(txdHash: string | number, p1: boolean): void; /** * @param textureDict */ static setStreamedTextureDictAsNoLongerNeeded(textureDict: string): void; } //# sourceMappingURL=Txd.d.ts.map