declare function write(filepath: string, parsed?: {}): void; declare function writeDts(filepath: string, parsed?: {}): void; export { write, writeDts };