import { ParserTestCase } from '../../../types/parser';
/**
 * Test cases for invalid comments that all implementations must reject
 */
export declare const commentInvalidTests: ParserTestCase[];
