declare function helperMultiply(multiplier: any, multiplicand: any): number;
export default helperMultiply;
