import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type SoundexValue = PhpRuntimeValue;
export declare function soundex(str: SoundexValue): string;
export {};
