import * as yaml from'js-yaml';
import { YamlInclude } from'./include';
/**
* Gets a schema for including files
* @param yamlInclude YAML include object
* @returns {yaml.Type} YAML type for a schema
*/exportdeclareconstgetFileIncludeType: (yamlInclude: YamlInclude) => yaml.Type;