declare function transformExportProps(code: string, id: string): { code: string; map: any; } | undefined; export { transformExportProps as t };