import { AnyInterpreter, AnyState, Interpreter } from 'xstate'; export declare function partition(items: T[], predicate: (item: T) => item is A): [A[], B[]]; export declare function getServiceSnapshot>(service: TService): TService['state']; export declare function shallowEqual(objA: any, objB: any): boolean; export declare function isService(actor: any): actor is Interpreter; export declare function isInterpreterStateEqual(service: AnyInterpreter, prevState: AnyState, nextState: AnyState): boolean; //# sourceMappingURL=utils.d.ts.map