import { QueryToken } from "./QueryToken"; export declare class NegateToken extends QueryToken { private constructor(); static INSTANCE: NegateToken; writeTo(writer: any): void; }