import shelljs from 'shelljs'; export declare type ListKeyfiles = () => string[]; export default function provideListKeyfiles(shell: typeof shelljs, fortaKeystore: string, configFilename: string): ListKeyfiles;