UNPKG

solc

Version:
11 lines (10 loc) 235 B
declare function solve(query: any, solver: any): any; declare const _default: { smtSolver: typeof solve; availableSolvers: { name: string; command: string; params: string; }[]; }; export = _default;