import { Session } from '@shopify/shopify-api'; import { ApiAndConfigParams } from '../types'; export declare function refreshToken({ api }: ApiAndConfigParams, shop: string, refreshToken: string): Promise; //# sourceMappingURL=refresh-token.d.ts.map