import { Coordinates } from './utils'; declare const encode: (coordinates: Coordinates, length?: number) => string | null; export default encode;