import { BasedServer } from '../server.js'; import { Context, StreamFunctionOpts } from '@based/functions'; export declare const streamFunction: (server: BasedServer, name: string, ctx: Context, streamOpts: StreamFunctionOpts) => Promise;