/** This function subtracts numbers (as string). */ export declare function sub(array: string[]): string;