export declare class FileNotFound extends Error {
}
export declare class ErrorSavingFile extends Error {
}
export declare class PrivateKeyFile {
    static getFromPath(pathToPk: string): string;
    static save(privateKey: string): void;
}
