import type { SourceCode } from 'eslint';
import type { Comment } from 'estree-jsx';
export declare function getFirstCommentInFile(source: SourceCode): Comment;
