import { ShopifyRestResources } from '@shopify/shopify-api';
import { AppConfigArg } from '../../../config-types';
import { BasicParams } from '../../../types';
import { AuthenticateAppProxy } from './types';
export declare function authenticateAppProxyFactory<ConfigArg extends AppConfigArg, Resources extends ShopifyRestResources>(params: BasicParams): AuthenticateAppProxy<ConfigArg, Resources>;
//# sourceMappingURL=authenticate.d.ts.map