import type { JsonLogicContext } from '../../types.js'; export declare function divide(values: any[], data: JsonLogicContext): number;