declare const isSymbol: (value: any) => value is symbol;
export { isSymbol };
