import type { StreamCallPlugin } from './definitions';
declare const StreamCall: StreamCallPlugin;
export * from './definitions';
export { StreamCall };
