import { FACES, POSITIONS } from "./types";
declare const ALL_DICE_POSITIONS: POSITIONS[][];
declare const ALL_FACES: FACES[];
export { ALL_DICE_POSITIONS, ALL_FACES };
