/**
* Returns order of fields including the ones that were added by developer after
user customizes his table columns order
*/
export default function calcFieldsOrderWithNewOnes(allAllowedKeys: string[], defaultKeysOrder: string[], orderedByConfig: string[], hiddenByConfig: string[]): string[];
//# sourceMappingURL=calcFieldsOrderWithNewOnes.d.ts.map