export declare class TruContextFilterChoice { table: string; label: string; ref: number; constructor(table: string, label: string, ref: number); }