import type { Resolver } from './module-resolver'; import type { VirtualContentResult } from './virtual-content'; export interface TestSupportResponse { type: 'test-support-js'; specifier: string; } export declare function renderImplicitTestScripts(response: TestSupportResponse, resolver: Resolver): VirtualContentResult;