import { StyrerommetConfigDataInterface } from '../types/interfaces'; export declare class StyrerommetConfig { private config; constructor(config: StyrerommetConfigDataInterface); getStyrerommetSiteUrl(): string; getVibboSiteUrl(): string; }