?
Current File : /home/sanghavirealty/public_html/node_modulesazwer/yaml/dist/schema/core/bool.d.ts
import type { ScalarTag } from '../types.js';
export declare const boolTag: ScalarTag & {
    test: RegExp;
};