export declare function subtract(number1: any, number2: any): string;
export declare function negate(number: string): string;
