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