import { Marker } from 'vscode-extension-tester';
/**
 * Counts the number of problems in the Problems tab and verifies it matches the expected count.
 *
 * @param expectedCount - The expected number of problems in the Problems tab.
 * @returns A promise that resolves to an array of markers representing the problems.
 */
export declare const countProblemsInProblemsTab: (expectedCount: number) => Promise<Marker[]>;
