import type { ITranspiler, ITranspilerOption } from '../../abstraction/index.js'; export declare class TsTranspiler implements ITranspiler { generateDeclaration(option: ITranspilerOption): Promise; }