import type { TSESLint, TSESTree } from "@typescript-eslint/utils"; export declare function isCommentOnOwnLine(sourceCode: TSESLint.SourceCode, comment: TSESTree.BlockComment | TSESTree.LineComment): boolean; //# sourceMappingURL=is-on-own-line.d.ts.map