import { ParsletFunction } from './Parslet'; export declare function createVariadicParslet({ allowPostfix, allowEnclosingBrackets }: { allowPostfix: boolean; allowEnclosingBrackets: boolean; }): ParsletFunction;