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