import { APIAbstract } from "@selldone/core-js/server/APIAbstract";
import getVendor from "./requests/xapi.vendor.get";
export declare class XapiVendor extends APIAbstract {
    shop_name: string;
    getVendor: typeof getVendor;
    constructor(shop_name: string);
}
export declare namespace XapiVendor { }
