import { Context } from './ctx'; export type YamlFile = any; export declare function loadYamlConfig(ctx: Context, filename: string): Promise;