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