import type { PiecesType } from './types'; declare const PIECES: PiecesType; declare const assets: any[]; export { assets, PIECES };