import type { TsIdentifier, TsNode, TsParameter } from './types';
export declare const toText: (node: TsNode | TsNode[] | TsIdentifier | TsParameter, __?: string) => string;
//# sourceMappingURL=toText.d.ts.map