export declare class RandomizerRequiredException extends Error {
    message: string;
    toString(): string;
}
