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