import { AdapterResponse } from '../../runtime/http'; import { ConfigInterface } from '../base-types'; import { HttpWebhookHandlerWithCallback, WebhookProcessParams, WebhookRegistry } from './types'; export declare function process(config: ConfigInterface, webhookRegistry: WebhookRegistry): ({ context, rawBody, ...adapterArgs }: WebhookProcessParams) => Promise; //# sourceMappingURL=process.d.ts.map