export declare function call(type: string, params?: any, options?: {
    callbackId?: string;
    once?: boolean;
}): Promise<any>;
