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