/** This function adds numbers (as string). */ export declare const add: (array: string[]) => string;