import { TSESTree } from '@typescript-eslint/types'; export declare const preferGQL: import("@typescript-eslint/utils/dist/ts-eslint/Rule").RuleModule<"preferGQL" | "replaceWithGQL", never[], { ImportDeclaration(node: TSESTree.ImportDeclaration): void; }>;