import type { StreamObjectOptions, SimpleSchema } from '@/types';
export declare function streamObject<T extends SimpleSchema>(options: StreamObjectOptions<T>): Promise<import("ai").StreamObjectResult<{
    [x: string]: any;
}, {
    [x: string]: any;
}, never>>;
//# sourceMappingURL=index.d.ts.map