import type { Bundler, BaseBundleParameters } from '../types'; export declare function callDynamic(name: string, path: string, args: T, exec?: string): Promise; export declare function callStatic(name: string, path: string, args: T, exec?: string): Promise;