/**
* Gets a list of @li items from the supplied file content with the specified header.
* @param {string} listHeader - the header of the section to look for - e.g.
SAS Macros
.
* @param {string} fileContent - the text content of the file.
*/
export declare const getList: (listHeader: string, fileContent: string) => string[];