import { inspect } from 'node:util'; import Macroable from '@poppinss/macroable'; /** * A fresh copy of test context is shared with all the tests */ export declare class TestContext extends Macroable { [inspect.custom](): string; }