import { ShopifyWebhookHandlerOptions } from './webhooks.interfaces'; export declare function WebhookHandler(topic: string): ClassDecorator; export declare function WebhookHandler(options: ShopifyWebhookHandlerOptions): ClassDecorator;