export declare function longest(list: Array): string; export declare function rightPad(str: string, length: number, character?: string): string;