import { Command } from "../types"; export declare const evaluate: (commands: Command[], options?: { data?: any; }) => Promise;