export declare const resolveSpecsFromConfig: (config: any, yamlFile: string) => Promise<{ config: any; paths: string[]; }[]>;