import { ShopifyRestResources } from '@shopify/shopify-api'; import { AppConfigArg } from '../../config-types'; import type { BasicParams } from '../../types'; import type { AuthenticateWebhook } from './types'; export declare function authenticateWebhookFactory(params: BasicParams): AuthenticateWebhook; //# sourceMappingURL=authenticate.d.ts.map