/** * Class {Config} contains methods that can be used to interact with the Config * module on the CommerceHub platform. */ export declare class Config { /** * Gets plugin config. * API Reference - https://api20.bettercommerce.io/swagger/ui/index#!/Config/PluginCode * @param {Object} options - The options object that contains headers and cookies * @returns The order details response from the CommerceHub platform */ static getPluginConfig(data: any, { headers, cookies }: any): Promise; }