export type ConfigProps = {
  /**
   * Enable libsodium support
   * @default false
   */
  sodiumEnabled?: boolean;
};
