export declare const isSymbol: (data: unknown) => data is Symbol; export declare const isSymbols: (data: unknown) => data is Symbol[];