import type { Format, Position } from './types.js';
export declare const FORMAT: Record<string, Format>;
export declare const POSITION: Record<string, Position>;
