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