export interface EngageConfiguration {
  /**
   * Whether to log debug information.
   *
   * @default `false`
   */
  debug?: boolean;
}
