import { YaoProcess } from "../types/process";
/**
 * YAO Process处理器代理
 * @param {string} method 处理器名称
 * @param  {...any} args 参数
 * @returns
 */
export declare function Process(method: YaoProcess, ...args: any[]): any;
