import { ExtensionRunner } from '../../types';
export declare function createExtensionRunner(): Promise<ExtensionRunner>;
