export declare class YamlCombiner {
    static combine(files: string[], inRootPath?: string[]): string;
}
