import { LoggerService } from "@nova-ui/bits";
import * as i0 from "@angular/core";
export declare class UrlInteractionService {
    private logger;
    constructor(logger: LoggerService);
    template(url: string, data: any): string;
    private evaluate;
    static ɵfac: i0.ɵɵFactoryDeclaration<UrlInteractionService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<UrlInteractionService>;
}
