export declare const getSorting: (sortFilter: string) => any; export declare const getRelatedProductsQuery: (merchandiseTypes: string[], product: any, limit: number, sortings: object) => any; export declare const getCatalogActiveProductsQuery: (scope: string, maximumItems: number, startingIndex: number, sortings: object) => any;