import { Projection } from "../lib/projections";
declare const BooleanTarget: Projection;
export default BooleanTarget;
