export declare const findAndRemoveExports: (content: string) => Promise<{
    exportMap: Record<string, string>;
    content: string;
}>;
