import type { CaptureMatch } from '../../../../_shared/index.js'; export declare function emitCppScopeCaptures(sourceText: string, filePath: string, cachedTree?: unknown): readonly CaptureMatch[];