import type { Plugin } from '../types'; import type { RandomAPI, PrivateRandomAPI, RandomState } from './random/random'; declare const RandomPlugin: Plugin; export default RandomPlugin;