/**
 * Check if argument is an array
 * @param arg
 * @returns {boolean}
 */
export declare function isArray(arg: unknown): arg is Array<any>;
