import type { Side, Placement } from '../types'; export declare function getSide(placement: Placement): Side;