import type { DirectiveNode } from "graphql"; import { LimitAnnotation } from "../../annotation/LimitAnnotation"; export declare function parseLimitAnnotation(directive: DirectiveNode): LimitAnnotation; //# sourceMappingURL=limit-annotation.d.ts.map