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