import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type MetaphoneValue = PhpRuntimeValue; export declare function metaphone(word: MetaphoneValue, maxPhonemes?: string | number | boolean | null | undefined): string | false | null; export {};