export declare type Side = 'front' | 'back'; export declare const SIDES: Side[];