import { Conf } from '../Conf'; import { Context } from '../Context'; export declare function prepare(_cfg: Conf | undefined, ctx: Context): Promise;