import type { BlueprintError } from '../types/errors';
export declare function runValidation(validator: () => BlueprintError[]): void;
