declare const getSortVariables: (sort?: string | undefined, isCategory?: boolean) => string | undefined; export default getSortVariables;