/// import fs from "fs"; import shelljs from "shelljs"; export declare type InitKeystore = () => Promise; export default function provideInitKeystore(shell: typeof shelljs, filesystem: typeof fs, fortaKeystore: string): InitKeystore;