import { ServerComponentContext } from '../common/types'; /** * Wraps an `app` directory server component with Sentry error instrumentation. */ export declare function wrapServerComponentWithSentry any>(appDirComponent: F, context: ServerComponentContext): F; //# sourceMappingURL=wrapServerComponentWithSentry.d.ts.map