import { ShopifyRestResources } from '@shopify/shopify-api';
import { BasicParams } from '../../types';
import type { AuthenticateFlow } from './types';
export declare function authenticateFlowFactory<Resources extends ShopifyRestResources = ShopifyRestResources>(params: BasicParams): AuthenticateFlow<Resources>;
//# sourceMappingURL=authenticate.d.ts.map