import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type UnshiftValue = PhpRuntimeValue; export declare function array_unshift(array: TValue[], ...values: TValue[]): number; export {};