import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type HypotInput = PhpRuntimeValue; export declare function hypot(x: HypotInput, y: HypotInput): number | null; export {};