import { Coordinates } from './utils'; declare const shorten: (code: string, ref: Coordinates) => string | null; export default shorten;