export declare const push: (array: Array<any>, value: any) => any[];
