type Runtime = Awaited<ReturnType<typeof import('../runtime.js')['createRuntime']>>;
export declare function handleCall(runtime: Runtime, args: string[]): Promise<void>;
export declare function printCallHelp(): void;
export {};
//# sourceMappingURL=call-command.d.ts.map