import type { MicroParser } from './types.js';
/** Matches literal `true` or `false` (lower-case, spec-exact). */
export declare const booleanParser: MicroParser;
