import type {Request} from 'react-server/src/ReactFlightServer';
export * from '../ReactFlightServerConfigBundlerCustom';
export * from '../ReactFlightServerConfigDebugNoop';
export type Hints = any;
export type HintCode = any;
export type HintModel<T: any> = any;
export const isPrimaryRenderer = false;
export const prepareHostDispatcher = () => {};
export const supportsRequestStorage = false;
export const requestStorage: AsyncLocalStorage<Request> = (null: any);
export function createHints(): any {
return null;
}