import type { CaptureMatch } from '../../../../_shared/index.js'; import type { SyntaxNode } from '../../utils/ast-helpers.js'; export declare function splitGoImportStatement(node: SyntaxNode): CaptureMatch[];