export interface ITextureBase {
    dispose(): any;
    generateMipmaps(): any;
}
//# sourceMappingURL=ITextureBase.d.ts.map