import type { Condition } from "../types";
export declare const scan: <T>(value: unknown, condition: Condition<T>) => T;
