declare const isReference: (value: any) => value is symbol | object | Function;
export { isReference };
