import { type PhpArrayLike } from '../_helpers/_phpTypes.ts';
export declare function array_push<TValue>(inputArr: PhpArrayLike<TValue>, ...values: TValue[]): number;
