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