import { ValidationError } from '../../../types'; import { Modules } from '../../../schema/manifest'; export declare const validateUnreferencedActions: (allModules: Modules, yamlContentByLine?: string[]) => ValidationError[]; //# sourceMappingURL=validate-unreferenced-actions.d.ts.map