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