import { IsExact } from "../../is-exact";
export declare const isExact: <ExpectedShape>() => <ActualShape>(x: IsExact<ActualShape, ExpectedShape>) => ExpectedShape;
