import { VRM } from '../VRM'; /** * If the given VRM is VRM0.0, rotate the `vrm.scene` by 180 degrees around the Y axis. * * @param vrm The target VRM */ export declare function rotateVRM0(vrm: VRM): void;