import { ShortlyUrlService } from "./url.service"; export declare class UrlController { protected service: ShortlyUrlService; constructor(service: ShortlyUrlService); getFullUrl(params: any): Promise; }