export declare var options: {
    random: () => number;
};
export declare function configure(opts?: {}): void;
