/**
 * Gets the stored access token from .wingman.json
 */
export declare function getStoredAccessToken(): Promise<string | null>;
/**
 * Requires that an access token exists, throws if not found
 */
export declare function requireAccessToken(): Promise<string>;
//# sourceMappingURL=tokenResolver.d.ts.map