import type { Config, RuntimeContext } from '../types.js'; export declare const setup: (context: RuntimeContext, config: Config) => Promise;