import 'jest'; import * as options from './options'; declare const runtime: { createIt(opts?: import("./testWrapper").LitRuntimeOptions, method?: jest.It | undefined): options.LitIt; it: options.LitIt; options: (opts: import("./testWrapper").LitRuntimeOptions) => { it: options.LitIt; }; describe: jest.Describe; afterAll: jest.Lifecycle; afterEach: jest.Lifecycle; beforeAll: jest.Lifecycle; beforeEach: jest.Lifecycle; }; export { runtime };