import { Image2D } from '@awayjs/stage'; import { ImageTexture2D } from '@awayjs/renderer'; export declare class DepthTexture2D extends ImageTexture2D { static assetType: string; /** * * @returns {string} */ get assetType(): string; constructor(image?: Image2D); } //# sourceMappingURL=DepthTexture2D.d.ts.map