/** * Deterministically converts an FBX into the same binary glTF input consumed by * the character retarget stages. Keeping this inside the published CLI closes * the previous hidden dependency on a DCC export before `character import`. */ export declare function convertFbxToGlb(path: string): Promise;