import type { StoredTokens, CustomerConfig } from './types.js'; export declare function exchangeApiKeyForToken(customer?: CustomerConfig): Promise; export declare function refreshWithEndpoint(refreshToken: string, customer?: CustomerConfig): Promise; export declare function getValidAccessToken(customer?: CustomerConfig): Promise; export declare function forceReauth(customer?: CustomerConfig): Promise; //# sourceMappingURL=auth.d.ts.map