import { Transform } from '@gltf-transform/core'; export interface PruneOptions { } /** * Removes unused resources from a file, and may be helpful for cleaning up after other operations. */ export declare const prune: (_options?: PruneOptions) => Transform;