import type { Resource } from '@sanity/blueprints-parser';
import type { BlueprintParserError } from '../types.js';
export * as validate from './resource.js';
export declare function validateResources(resources: Resource[]): BlueprintParserError[];
