import { Base, Type } from "./type";
import { FilterSyntaxTokenType } from "./FilterSyntaxTokenType";
/**
 * @hidden
 */
export declare class FilterSyntaxToken extends Base {
    static $t: Type;
    a: FilterSyntaxTokenType;
    b: any;
}
