/** * try-catches js-yaml to turn the yamlString into JSON */ export declare const tryParseYamlToJson: (yamlString: string) => T | null; //# sourceMappingURL=tryParseYamlToJson.d.ts.map