declare function longest(arr: string[]): string;

export = longest;
