import type { TSESTree } from '@typescript-eslint/utils';
export declare function isNullLiteral(i: TSESTree.Node): i is TSESTree.NullLiteral;
