import { IExpr } from "./IExpr";
export declare class Selector implements IExpr {
    readonly type: string;
}
