declare const duplications: string[];

declare function isDuplicate(key: string): boolean;

export { duplications, isDuplicate };
