import type { TSESTree } from '@typescript-eslint/utils'; export declare function isMaybeUnambiguousModule(content: string): boolean; export declare function isUnambiguousModule(ast: TSESTree.Program): boolean;