import { AnyState, AnyStateMachine } from 'xstate'; import { Replacer } from './types'; export declare function selectivelyStringify(value: T, keys: Array, replacer?: Replacer): string; export declare function stringifyState(state: AnyState, replacer?: Replacer): string; export declare function stringifyMachine(machine: AnyStateMachine, replacer?: Replacer): string; //# sourceMappingURL=serialize.d.ts.map