import type { Transform } from '@gltf-transform/core';
/**
 * @category Transforms
 */
export declare function unlit(): Transform;
