import { RequestWrapper } from "../request_wrapper"; import { Model } from "./model"; export declare class Configuration extends Model { domain?: string; product_catalog_version?: string; chargebee_response_schema_type?: string; static list(params?: any): RequestWrapper; } export declare namespace _configuration { }