import * as textRunner from "text-runner-engine"; /** prints the given error to the console */ export declare function printUserError(err: textRunner.UserError): void;