import type { ScalarTag } from '../types.js'; export declare const boolTag: ScalarTag & { test: RegExp; };