import { ValidationError } from '../../../types'; import { Modules, Providers } from '../../../schema/manifest'; export declare const validateGraphModules: (modules: Modules, providers: Providers | undefined, yamlContentByLine?: string[]) => ValidationError[]; //# sourceMappingURL=index.d.ts.map