import { type PhpArrayLike, type PhpKey } from '../_helpers/_phpTypes.ts';
export declare function array_keys<T>(input: PhpArrayLike<T>, searchValue?: T, argStrict?: boolean): PhpKey[];
