UNPKG

155 BTypeScriptView Raw
1import type { ValidatedConfig, Testing } from '@stencil/core/internal';
2export declare const createTesting: (config: ValidatedConfig) => Promise<Testing>;