export declare function orderedList(list: RecursiveArray<string>, startNumber?: number): string;
Formats the elements in the array to an ordered list.
Parameters
RecursiveArray<string> list:
The array of elements to list
optional
startNumber?: numberThe starting number for the list