import type { CCIPVersion, Lane, WithLogger } from '../types.ts'; import type { LeafHasher } from './common.ts'; /** * Factory function that returns the right encoder based on the version of the lane. * @param lane - Lane configuration. * @param ctx - Context object containing logger. * @returns Leaf hasher function for the destination chain. */ export declare function getLeafHasher(lane: Lane, ctx?: WithLogger): LeafHasher; //# sourceMappingURL=hasher.d.ts.map