/**
* Define the options for the key store
*/exportdefaultclassKeyStoreOptions {
constructor(options?: any);
/**
* True if only public keys are requested
*/publicKeyOnly: boolean;
/**
* True if only the latest version of they is wanted
*/latestVersion?: boolean;
}