import { NodePath, BooleanLiteral } from '../types'; import { CompiledMatcher, CompileOptions } from '.'; export default function matchBooleanLiteral(path: NodePath, compileOptions: CompileOptions): CompiledMatcher;