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