/** Check whether RSC is enabled. */ export declare function isRSCEnabled(config?: { experimental?: { rsc?: boolean; }; }): boolean; //# sourceMappingURL=feature-flags.d.ts.map