import { LoggerService } from "@nova-ui/bits"; export declare class UrlInteractionService { private logger; constructor(logger: LoggerService); template(url: string, data: any): string; private evaluate; }