import type { DoctorCheck } from './cli-doctor.js'; /** * Collect iframe/API v3 compatibility checks for one workspace block. * * @param projectDir Absolute workspace project root. * @param blockSlug Block slug from the workspace inventory. * @returns Ordered iframe compatibility doctor checks. */ export declare function getWorkspaceBlockIframeCompatibilityChecks(projectDir: string, blockSlug: string): DoctorCheck[];