export interface AdRendererPluginResponse {
    html: string;
    displayContext?: any;
  }