import type { CaptureMatch } from '../../../../_shared/index.js'; import { type SyntaxNode } from '../../utils/ast-helpers.js'; export declare function splitKotlinImportHeader(importNode: SyntaxNode): CaptureMatch | null;