export declare function getNextJsVersionBucket(version: string | undefined): string;
export declare function getMaybeAppDirLocation(): string[] | undefined;
export declare function hasRootLayoutFile(appFolderPath: string): boolean;
/**
 * Unwraps a withSentryConfig call expression using magicast.
 */
export declare function unwrapSentryConfigAst(astNode: unknown): any;
/**
 * Wraps a magicast module export with withSentryConfig using magicast
 */
export declare function wrapWithSentryConfig(moduleExport: unknown, optionsTemplate: string): any;
