declare const getApiKey: () => Promise; declare const setApiKey: (apiKey: string) => Promise; export { getApiKey, setApiKey };