/*! Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. * See ./LICENSE for license information. */ import { TextRange } from '@microsoft/tsdoc'; import type { SourceCode } from 'eslint'; export type SourceComment = ReturnType[number]; export declare const getTsDocumentTextRange: (sourceCode: Pick, comment: SourceComment) => TextRange | undefined; //# sourceMappingURL=comments.d.ts.map