import type { IKeyPair } from '../domain'; export declare class KeyPairsReader { static listKeyPairs(): PromiseLike; }