import { Arrayish } from './bytes';
export declare function keccak256(data: Arrayish): string;
