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