import { IBuffer, Bytes } from '../buffer'; export declare function sha1_hex(s: string | Bytes): string; export declare function sha1_b64(s: string | Bytes): string; export declare function sha1_str(s: string | Bytes): string; export declare var sha1: (s: string | Bytes) => IBuffer; export default sha1;