import { Pricing } from '../../types';
export declare function explain(minizincError: any, pricing: Pricing): string;
