import { ValidationError } from '../../../types'; import { Modules } from '../../../schema/manifest'; export declare function validateUiModificationsModule(modules: Modules, yamlContentByLine?: string[]): ValidationError[]; //# sourceMappingURL=ui-modifications.d.ts.map