export declare const hash: (value: string, salt?: string | number) => Promise; export declare const compare: (value: string, hash: string) => Promise;