import { IInfixParselet } from './infix' export interface IPostfixParselet extends IInfixParselet {}