import Solver from './solver.js';
declare const allSolvers: Map<string, Solver>;
export { allSolvers };
