export class IsFinite extends BaseMatcher {
    matches(item: any, mismatch_description: any): boolean;
    describeTo(description: any): void;
}
import { BaseMatcher } from "../BaseMatcher.js";
//# sourceMappingURL=IsFinite.d.ts.map