export declare const getLongest: (words: string[]) => number; export declare const scase: (text: string) => string; export declare const mdLink: (label: string, href: string) => string; export declare const uniquify: (arr: T[]) => T[];