import { ExpectStatic, Runner } from './types.js'; export declare class JestRunner extends Runner { expect: ExpectStatic; init(): Promise; getSnapshotFullName(testName: string, snapshotName: string): string; }