/**
 * close repoPath , repoPath/keys, repoPath/blocks and repoPath/datastore
 */
export declare const removeRepo: (repoPath: string) => Promise<void>;
/**
 * @param {string} repoPath
 */
export declare const repoExists: (repoPath: string) => Promise<boolean>;
export declare const defaultRepo: () => string;
export declare const checkForRunningApi: () => string | null;
export declare const tmpDir: (type?: string) => string;
//# sourceMappingURL=utils.browser.d.ts.map