/** Returns whether the payload is an array */
export declare function isArray(payload: unknown): payload is unknown[];