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