import { Shopify } from '@shopify/shopify-api'; import { ShortenedRegisterParams } from '@shopify/shopify-api/dist/webhooks/types'; export declare class ShopifyWebhooksService { private readonly shopifyApi; private readonly logger; constructor(shopifyApi: Shopify); registerWebhooks(options: ShortenedRegisterParams): Promise; }