/** * 合并沙箱上下文 * @param extendsCtx * @returns */ export declare const mergeSandboxCtx: (ctx?: Record) => any;