declare class SortAttributes {
    forOpenAPI(bundled: any, pathAttrOrderMap?: string[]): any;
    forAsyncAPI(bundled: any, channelAttrOrderMap?: string[]): any;
    orderObjectAttributes(inputArray: string[], inputObject: any): any;
    customSort(input: string[], map: string[]): string[];
}
declare const _default: SortAttributes;
export default _default;
