import { MethodParamsInterface, Param } from "../../../../types"; export declare const getMethodInterface: (call: { method?: string; params?: Param[]; }) => string; export declare const getEncodedMethodParams: (call: Partial) => string; export declare const decodeFromData: (call: Partial, data: string) => Array | undefined; export declare const decodeOutputData: (plugin: any | undefined, data: string) => Array | null; //# sourceMappingURL=callParams.d.ts.map