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