import type { ParsedTsFile } from "../types.js"; export declare function parseTs(path: string, source: string): Promise;