export interface ArtalkOptions {
  el?: string;
  locale?: string;
  server: string;
  site: string;
}
