import { AFM } from '@gooddata/typings'; export declare function applySorting(resultSpec?: AFM.IResultSpec, sortItems?: AFM.SortItem[]): AFM.IResultSpec; export declare function isSortValid(afm: AFM.IAfm, sortItem: AFM.SortItem): boolean;