import type { AggregateMethod } from '../../types'; export declare const count: AggregateMethod; export declare const sum: AggregateMethod; export declare const avg: AggregateMethod; export declare const max: AggregateMethod; export declare const min: AggregateMethod;