import type { KeystoreLoader } from "../types.js";
import type { NewTaskActionFunction } from "hardhat/types/tasks";
declare const taskList: NewTaskActionFunction;
export declare const list: (keystoreLoader: KeystoreLoader, consoleLog?: (text: string) => void) => Promise<void>;
export default taskList;
//# sourceMappingURL=list.d.ts.map