import { ApiAndConfigParams } from '../types'; import { ProcessWebhooksMiddleware } from './types'; export declare function processWebhooks({ api, config, }: ApiAndConfigParams): ProcessWebhooksMiddleware; //# sourceMappingURL=index.d.ts.map