import { RequestOptionsFactory } from '@wix/sdk-types'; /** Creates a ShippoConfiguration. */ export declare function createShippoConfiguration(payload: object): RequestOptionsFactory; /** Retrieves a ShippoConfiguration. */ export declare function getShippoConfiguration(payload: object): RequestOptionsFactory; /** Updates a ShippoConfiguration. */ export declare function updateShippoConfiguration(payload: object): RequestOptionsFactory; /** Deletes a ShippoConfiguration. */ export declare function deleteShippoConfiguration(payload: object): RequestOptionsFactory; /** * Retrieves a list of ShippoConfigurations, given the provided [paging, filtering, and sorting][1]. * * Up to 1,000 ShippoConfigurations can be returned per request. * * To learn how to query ShippoConfigurations, see [API Query Language][2]. * * [1]: https://dev.wix.com/api/rest/getting-started/sorting-and-paging * [2]: https://dev.wix.com/api/rest/getting-started/api-query-language */ export declare function queryShippoConfigurations(payload: object): RequestOptionsFactory; /** Updates extended fields of a ShippoConfiguration without incrementing revision */ export declare function updateExtendedFields(payload: object): RequestOptionsFactory;