import type { Matrix } from '../../../maths/matrix/Matrix'; import type { Texture } from '../../../rendering/renderers/shared/texture/Texture'; export declare function getTextureDefaultMatrix(texture: Texture, out: Matrix): Matrix;