export function beginAuth({ config, isOnline, callbackPath, shop: shopProp, state: stateProp, ...adapterArgs }: {
    [x: string]: any;
    config: any;
    isOnline: any;
    callbackPath: any;
    shop: any;
    state: any;
}): Promise<any>;
//# sourceMappingURL=oauth.d.ts.map