/// import fs from 'fs'; import { FortaConfig } from "../../sdk"; import { GetJsonFile } from "."; export declare type GetFortaConfig = () => FortaConfig; export default function provideGetFortaConfig(filesystem: typeof fs, isProduction: boolean, configFilename: string, localConfigFilename: string, fortaKeystore: string, getJsonFile: GetJsonFile, contextPath: string): GetFortaConfig;