/**
 * Check if argument is empty
 * @param arg
 * @returns {boolean}
 */
export declare function isEmpty(arg: unknown): boolean;
