import { CredentialStore } from './credential-store'; export declare class StoreFactory { static createStore(customStorageDir?: string): CredentialStore; }