import { Hub, PluginConfig, PluginConfigVMResponse } from '../../types'; export declare class TimeoutError extends Error { name: string; caller?: string; constructor(message: string, caller?: string); } export declare function createPluginConfigVM(hub: Hub, pluginConfig: PluginConfig, indexJs: string): Promise;