import { type ParsletFunction } from './Parslet'; export declare function createTupleParslet({ allowQuestionMark }: { allowQuestionMark: boolean; }): ParsletFunction;