import { ExecOptions } from "./core.ts";
/** 获取app请求后台api地址的参数 */
export declare type ServerInfoOptions = ExecOptions<string, void>;
