export declare type MessageIds = 'noNegatedAsync'; export declare const RULE_NAME = "no-negated-async"; declare const _default: import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleModule<"noNegatedAsync", [], import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleListener>; export default _default;