import { IntDict } from './constants'; export declare function enumToMap( obj: IntDict, filter?: ReadonlyArray, exceptions?: ReadonlyArray ): IntDict;