import { TextureBase } from '../../generated/texture/domain/texture.base'; export declare class Texture extends TextureBase { private constructor(); static create(props: any): Texture; static reconstitute(props: any): Texture; } //# sourceMappingURL=texture.aggregate.d.ts.map