import { Base, Type } from "./type";
import { DataSourceSummaryOperand } from "./DataSourceSummaryOperand";
/**
 * @hidden
 */
export declare class SummaryParser extends Base {
    static $t: Type;
    a(a: string, b: (arg1: string, arg2: DataSourceSummaryOperand, arg3: string) => void): void;
}
