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