import { type PhpArrayLike, type PhpAssoc } from '../_helpers/_phpTypes.ts'; export declare function array_replace(arr: PhpArrayLike, firstReplacement: PhpArrayLike | null | undefined, ...additionalReplacements: Array | null | undefined>): PhpAssoc;