/**
 *
 * @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
 */
export declare const findExport: (exportName: string, content: string, renamedExportName?: string) => string | undefined;
