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