/**
* Vault client options.
*/
export type VaultClientOptions = {
/**
* The URL of the Vault server.
*/
vaultURL?: string;
/**
* The API key to use when communicating with the Vault server.
*/
apiKey?: string;
};
//# sourceMappingURL=options.d.ts.map