/**
 * Get the path for the keystore in the Hardhat global config directory.
 */
export declare function getKeystoreFilePath(): Promise<string>;
/**
 * Get the path for the development keystore in the Hardhat global config directory.
 */
export declare function getDevKeystoreFilePath(): Promise<string>;
/**
 * Get the path for the file containing the unencrypted password for the development keystore in the Hardhat global config directory.
 */
export declare function getDevKeystorePasswordFilePath(): Promise<string>;
//# sourceMappingURL=get-keystore-file-path.d.ts.map