import { RawConfig, Trigger } from './definitions';
import { Runtime } from './runtime';
export declare const setup: (filename: string, raw_config: RawConfig, triggers: Trigger[]) => Runtime;
