import type * as Stuntman from '@stuntman/shared'; export declare const deserializeRule: (serializedRule: Stuntman.SerializedRule) => Stuntman.Rule; export declare const escapedSerialize: (obj: any) => string; export declare const liveRuleToRule: (liveRule: Stuntman.LiveRule) => Stuntman.Rule; //# sourceMappingURL=utils.d.ts.map