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