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