/** * Checks if a file is a YAML file. * * @param filePath - The path to the file. * @returns True if the file is a YAML file, false otherwise. */ export declare function isYamlFile(filePath: string): boolean;