import { GenericTNodeCtor } from './TNodeCtor'; import { TNodeImpl, TNodeInit } from './tree-types'; export interface TPhrasingImpl extends TNodeImpl { } declare const TPhrasingCtor: GenericTNodeCtor; export default TPhrasingCtor; export { TPhrasingCtor }; //# sourceMappingURL=TPhrasingCtor.d.ts.map