import type { OperationParameter } from '../types';
export declare const sortByRequired: (a: OperationParameter, b: OperationParameter) => number;
