import type { LeafHasher } from '../hasher/index.ts'; import { type Lane, type WithLogger, CCIPVersion } from '../types.ts'; /** * Creates a leaf hasher for Solana v1.6 CCIP messages. * @param lane - Lane configuration. * @returns Leaf hasher function for Solana messages. */ export declare function getV16SolanaLeafHasher(lane: Lane, { logger }?: WithLogger): LeafHasher; //# sourceMappingURL=hasher.d.ts.map