import ts from "typescript"; import type { Logger } from "#utils"; export declare function findTsConfigFile(path: string, usedFile?: (path: string) => void): string | undefined; export declare function getTypeDocOptionsFromTsConfig(file: string): any; export declare function readTsConfig(path: string, logger: Logger): ts.ParsedCommandLine | undefined;