import { Matcher } from "./Matcher"; export declare class NotNullMatcher extends Matcher { match(value: any): boolean; toString(): string; }