import { ISagaRegistration } from "./Contracts"; export declare function sagaEquals(a: ISagaRegistration, b: ISagaRegistration): boolean;