import type { EulerUnit } from './EulerUnit.js';
export declare function parseEulerUnit(value: unknown): EulerUnit | undefined;
