export declare const mergeArrayWithObject: (a: unknown[] | unknown, b: unknown[] | unknown) => any[] | undefined;