import { Ctx, InvokeResult } from "./types"; export declare function doTests(invoke: (ctx: Ctx, code: string, invokeId: string, print: boolean) => InvokeResult, terse?: boolean): string[];