import { SyntaxError, TwoSlashAssertion } from './types.js'; declare function parseTwoslashAssertion(comment: string, commentIndex: number, commentLine: number, sourceText: string, lineStarts: readonly number[]): null | SyntaxError | TwoSlashAssertion; export { parseTwoslashAssertion };