import { UrlConfig } from "../models/config/url-config"; export declare function url(config?: UrlConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function urlAsync(config?: UrlConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;