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