import { StoreIndex } from '@pnpm/types'; export declare function read(storePath: string): Promise; export declare function save(storePath: string, store: StoreIndex): any;