import type { TsDeclaration } from "./ts-declaration-types"; declare const renderTsFile: (declarations: TsDeclaration[], outputPath: string) => string[]; export default renderTsFile;