import * as textRunner from "text-runner-engine"; type PrintFunc = (arg: string) => boolean | void; export declare function printCodeFrame(output: PrintFunc, location: textRunner.files.Location | undefined): void; export {};