declare const ArrayPrototypeUnshift: (t: T[], ...a: T[]) => number; export = ArrayPrototypeUnshift;