import { Reference } from '../types';
export declare function unique(references: Reference[]): Reference[];
