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