import type { PhpArrayLike } from '../_helpers/_phpTypes.ts';
export declare function next<T>(arr: PhpArrayLike<T>): T | false;
