import type { Combinator, ParseContext } from '../types.ts'; export type ScalarParser = (input: string, pos: number, ctx: ParseContext) => number; export declare function scalarOf(combinator: Combinator): ScalarParser; /** Select the strict value-only ABI only when the complete root is in its family. */ export declare function scalarRootOf(combinator: Combinator): ScalarParser | undefined; //# sourceMappingURL=scalar.d.ts.map