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