import { type AuthoringPreflightResultV1 } from "./long-task-authoring-preflight-types.js"; export type { AuthoringPreflightDiagnosticV1, AuthoringPreflightResultV1, SourceCoverageV1, } from "./long-task-authoring-preflight-types.js"; export declare function preflightDeliveryContract(workdirInput: string, projectRootInput?: string): Promise;