import type { BlueprintError } from '../index.js';
export declare function validateBlueprint(blueprintConfig: unknown): BlueprintError[];
