export declare function shortestUniquePrefixes(words: string[]): string[];
