import { type BlueprintError } from '../index.js';
/**
 * Validates that the given resource is a valid Dataset.
 * @param resource The Dataset resource
 * @returns A list of validation errors
 */
export declare function validateDataset(resource: unknown): BlueprintError[];
