export declare function sha256(value: string | object): string; export declare function sha1(value: string | object): string;