import { OrderBy } from '../interfaces/paginator'; export declare function normalizeOrderBy>(orderBy: OrderBy | OrderBy[]): [string, boolean][];