import { RequestOptionsFactory } from '@wix/sdk-types'; /** Retrieves the version of Stores Catalog installed on a site. */ export declare function getCatalogVersion(payload: object): RequestOptionsFactory;