import type { CommonOptions } from './common.js'; export type __BooleanOptions = { type: 'boolean'; }; export type BooleanOptions = Readonly & __BooleanOptions>; //# sourceMappingURL=boolean.d.ts.map