import type { Annotation } from "./Annotation"; export declare class GroupByAnnotation implements Annotation { readonly name = "groupBy"; } //# sourceMappingURL=GroupByAnnotation.d.ts.map