export declare enum FileFormat {
    YML = "yml",
    JSON = "json"
}
