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