import { DiceOptions } from './diceoptions';
export declare function dice_initialize(container: HTMLElement, options?: DiceOptions): void;
