import { Polly } from '@pollyjs/core'; export interface JestPollyContext { readonly polly: Polly; } export declare const jestPollyContext: JestPollyContext;