import { Location } from './types'; export declare function formatDegree(type: string, area: string): string; export declare function emailLink(email: string): string; export declare function removeProtocol(url: string): string; export declare function notEmail(url: string): boolean; export declare function formatAddress(location: Location): string; export declare function concat(...args: string[]): string; export declare function formatDate(date: string): string;