import type { SourceCode } from 'eslint';
import type { TSESTree } from '@typescript-eslint/types';
export declare function getFirstCommentInFile(source: SourceCode): TSESTree.Comment;
