import { InitProvider, ISetup } from "../index";
import { IPayload } from "./IParams";
import { funcType } from "../providers/InitProvider";
export declare class CoreStream extends InitProvider {
    constructor(setup: ISetup);
    request<T>(args: IPayload): Promise<funcType<T>>;
}
