import { Component } from "./models";
export declare const cleanElement: (element: string) => string;
export declare const workerUrl: string;
export declare const getParamsFromComponent: (component: Component | null) => string;
export declare const getUrlFromComponent: (component: Component | null, mentor: string | null) => string;
