/// import { dataform } from "@dataform/protos"; export declare function validateSchedulesFileIfExists(compiledGraph: dataform.ICompiledGraph, projectDir: string, tablePrefix?: string): string[]; export declare function validateSchedules(schedules: dataform.schedules.ISchedulesJSON, compiledGraph: dataform.ICompiledGraph, tablePrefix?: string): string[];