export declare type keyValueStoreTypes = 'path' | 'gitProject'; export declare class KeyValueStore { constructor(optionsArg: { type: keyValueStoreTypes; }); }