/** Alias for the `Seeds.GetStartSeedString` method. */ export declare function getStartSeedString(): string; /** * Helper function to get the next seed value. * * This function is useful when you are working with seed values directly over RNG objects. */ export declare function nextSeed(seed: Seed): Seed; //# sourceMappingURL=seeds.d.ts.map