import type { TSESTree } from '@typescript-eslint/types';
import { Context } from '../../dto/context';
import type { Options } from '.';
export declare function create(context: Context, options: Options): {
    CallExpression(node: TSESTree.CallExpression): void;
};
//# sourceMappingURL=createRule.d.ts.map