import Core, { Plugin } from '@tencent/aegis-core'; interface QuickappCore extends Core { originRequest: Function; aegisFetch: Function; } declare const _default: Plugin; export default _default;