export declare function checkEnumState(status: {
    [key: string]: {};
}, comparator: string): boolean;
