/**
 * 设置资源
 * @param json JSON对象
 */
export declare function setRes(json: any): Promise<void>;
