interface ExponeaProject { /** Project token of the Exponea project */ projectToken: string; /** Authorization token of the Exponea project */ authorizationToken: string; /** Base URL of the Exponea project */ baseUrl?: string; } export type { ExponeaProject as default }; //# sourceMappingURL=ExponeaProject.d.ts.map