import type { TSESTree } from "@typescript-eslint/utils"; export declare const shouldUseApiResponseDecorator: (node: TSESTree.MethodDefinition) => boolean; declare const rule: import("@typescript-eslint/utils/ts-eslint").RuleModule<"shouldSpecifyApiOperation", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener>; export default rule;