import type { BytesLike } from "./bytes"; export declare function keccak256(data: BytesLike): string;