/**
*
* @param exportName the name of the export we want to find
* @param content the content we are looking for the export in
* @returns the export
*/exportdeclareconstfindExport: (exportName: string, content: string, renamedExportName?: string) =>string | undefined;