import type { MomentOfInertiaInput } from './types.js'; /** * Runtime type guard for {@link MomentOfInertiaInput} discriminated union. * Validates the `shape` discriminant and required fields for each of 7 variants. */ export declare function isMomentOfInertiaInput(input: unknown): input is MomentOfInertiaInput; //# sourceMappingURL=guards.d.ts.map