import { Catalog } from './catalog'; export declare function catalogFromYamlString(yamlText: string, kind: symbol): Catalog;