import { Invoke, InvokeCall } from "./methods/methods"; export declare class RxjsPipeInvokeCall implements InvokeCall { private _operators; readonly name = "pipe"; readonly paramValues: Invoke[]; constructor(_operators: Invoke[]); get allTypes(): string[]; }