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