export declare const scryptAsync: (arg1: string | Buffer | DataView, arg2: string | Buffer | DataView, arg3: number) => Promise>; export declare const scryptAsyncWithSalt: (stringToHash: string) => Promise>; export declare const scryptAsyncWithSaltAsString: (stringToHash: string) => Promise;