import type { ValidationCheck } from "./types.js"; /** * Checks that every usecase ID referenced anywhere in the build config * (x-flows[].usecase and x-attributes[].meta.use_case_id) is declared * in info["x-usecases"]. */ export declare const validateUsecaseIds: ValidationCheck; //# sourceMappingURL=validate-usecases.d.ts.map