import type { Problem, Solution } from './types'; export declare function solveProblem(problem: Problem): Solution | void;