import type { WebhookHandlersParam } from '../types';
export declare function webhooks(params: WebhookHandlersParam): import('@shopify/shopify-app-express').WebhookHandlersParam;
