export declare const pushif: (a: any[], cond: boolean, val: any) => void;
