import type { DirectiveNode } from "graphql"; import { GroupByAnnotation } from "../../annotation/GroupByAnnotation"; export declare function parseGroupByAnnotation(_directive: DirectiveNode): GroupByAnnotation; //# sourceMappingURL=group-by-annotation.d.ts.map