/** * Patches BorshTypesCoder to ensure correct buffer allocation for large messages. * Should be called before encoding Solana CCIP messages. */ export declare function patchBorsh(): void; //# sourceMappingURL=patchBorsh.d.ts.map