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<ConfigArg extends AppConfigArg, Resources extends ShopifyRestResources, Topics extends string>(params: BasicParams): AuthenticateWebhook<ConfigArg, Resources, Topics>;
//# sourceMappingURL=authenticate.d.ts.map