import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type NatCmpValue = PhpRuntimeValue;
export declare function strnatcmp(left: NatCmpValue, right: NatCmpValue): number;
export {};
