import { ExtensionRunner } from '../../types';
/**
 * The manual runner tells the user to load the unpacked extension manually.
 */
export declare function createManualRunner(): ExtensionRunner;
