import { HttpConfig } from '@byted-apaas/server-common-node/http/config'; import { HttpOptions } from '@byted-apaas/server-common-node/http/request'; /** * 获取带有 faas-sdk 信息的 HttpOptions * @param ctx 上下文 * @param httpConfig HTTP 配置 * @returns HttpOptions */ export declare function getOptionsWithSDKInfo(ctx: any, httpConfig: HttpConfig): HttpOptions; export declare function getTriggerCtx(params: any, funcAPIName: string): Promise; export declare function getNamespaceForOpenAndFaaSSDK(): Promise;