export declare const useApiStore: import('pinia').StoreDefinition<"api", { apiKey: string; isSubscribed: boolean; }, {}, {}>;