import type { CreateSolutionInput } from './helpers/types.js'; export declare const createSolution: (options: CreateSolutionInput) => Promise;