import type { Side, Placement } from './types';
export declare const sides: Side[];
export declare const allPlacements: Placement[];
