import type { TSESTree } from '@typescript-eslint/utils'; export declare function isStaticRequire(node: TSESTree.CallExpression): boolean;