import { Exact } from "../../exact";
export declare const isExact: <Expected>() => <Actual>(actual: Exact<Actual, Expected>) => Expected;
