export declare function useArrayProcessor(): {
    getDifference: (A: any, B: any) => any;
    isBInA: (A: any, B: any) => boolean;
};
