import YAML from "yaml"; export declare function loadFromYamlFileSilent(filePath: string, options?: YAML.Options): any; export declare function loadFromYamlFileSilentWithMessage(filePath: string, messageIfNotPresent: string, options?: YAML.Options): any;