import type { Prng } from '../types'; export declare function create(seed?: string): Prng;