/** * The target is in an array */ export declare function isInArray(data: unknown, dataLocation: string): boolean;