export type authResponse = { data: { access_token: string; }; }; declare const _default: (apiKey: string) => Promise; export default _default;