type ServerFunction = (...args: unknown[]) => unknown; type RegisterClientReference = (proxyImplementation: unknown, id: string, exportName: string) => unknown; type RegisterServerReference = (reference: unknown, id: string, exportName: string) => unknown; export declare const renderToReadableStream: ServerFunction; export declare const renderToPipeableStream: ServerFunction; export declare const decodeReply: ServerFunction; export declare const decodeReplyFromBusboy: ServerFunction; export declare const decodeReplyFromAsyncIterable: ServerFunction; export declare const decodeAction: ServerFunction; export declare const decodeFormState: ServerFunction; export declare const registerServerReference: RegisterServerReference; export declare const registerClientReference: RegisterClientReference; export declare const createClientModuleProxy: (moduleId: string) => unknown; export declare const createTemporaryReferenceSet: () => unknown; export {}; //# sourceMappingURL=flight-server.node.unbundled.d.ts.map