import type { ServiceIndexEntry } from "../project-index/index.js"; import { type GeneratedFileResult } from "./write-generated-file.js"; export declare function generateServicesDts(rootDir: string, entries: ServiceIndexEntry[], options?: { checkOnly?: boolean; }): Promise;