declare const _default: {
  move: (string | typeof Move)[];
  movePreview: (string | typeof MovePreview)[];
};
export default _default;
import Move from './Move.js';
import MovePreview from './MovePreview.js';
//# sourceMappingURL=index.d.ts.map