import Configstore from 'configstore'; export declare const getConfigStore: () => Configstore; export declare const getApiKey: () => any; export declare const setApiKey: (newApiKey: string) => void;