import { BytesLike } from 'ethers';
export declare function keccak256(data: BytesLike): string;
