import { Bytes } from './bytes/bytes'; export declare function hash160(input: Bytes): Bytes; export declare function sha256(input: Bytes): Bytes; //# sourceMappingURL=hash.d.ts.map