import type Taro from '@tarojs/taro'; type TaroGetRandomValuesOption = Parameters[0]; type TaroGetRandomValuesResult = Awaited>; export declare function getRandomValues(option: TaroGetRandomValuesOption): Promise; export {}; //# sourceMappingURL=crypto.d.ts.map