import { CommandHandler } from "../.."; import { GetJsonFile } from '../../utils'; import { GetKeyfile } from '../../utils/get.keyfile'; export default function provideKeyfile(getKeyfile: GetKeyfile, getJsonFile: GetJsonFile): CommandHandler;