export interface PreflightResult { ok: boolean; errors: string[]; warnings: string[]; } export declare function runPreflightChecks(): Promise; //# sourceMappingURL=restart-preflight.d.ts.map