export declare class UriLabeller { labels: any; constructor(labels: Object); format(url: string): string; }