/** * Returns the negative of the numeric argument */ export declare function negative(num:number):number