/** Returns whether the payload is a Symbol */
export declare function isSymbol(payload: unknown): payload is symbol;