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