export declare enum ErrorCase { WHRN_TYPE_ERROR = "Match.when() second argument must be a function", NO_ARRAY = "Must pass in an array", EMPTY_ARRAY = "Array is empty", NEED_STATE = "State must be passed in" } export type CaseInfo = { immediate: boolean; every?: boolean; state?: boolean; }; //# sourceMappingURL=type.d.ts.map