import type { BlueprintError } from '../index.js';
/**
 * Validates a role.
 * @param parameters The configuration of the role
 * @returns The errors
 */
export declare function validateRole(parameters: unknown): BlueprintError[];
export declare function validateProjectRole(parameters: unknown): BlueprintError[];
