import { playwrightVisualTestCapture as sbvtCapture } from './capture'; import { grabGetTestRunResult as sbvtGetTestRunResult } from './getResults'; import { printTestReport as sbvtPrintReport } from './printReport'; import { sendFile as sbvtSendFile } from './core-functionality/sendFiles'; export { sbvtPrintReport }; export { sbvtGetTestRunResult }; export { sbvtCapture }; export { sbvtSendFile }; import createSingletonTestRun from "./playwright-setup"; export default createSingletonTestRun; //# sourceMappingURL=index.d.ts.map