UNPKG

214 BTypeScriptView Raw
1import { KeyChain } from './keyChainImpl';
2/**
3 * Gets the os level keychain impl.
4 * @param platform The os platform.
5 * @ignore
6 */
7export declare const retrieveKeychain: (platform: string) => Promise<KeyChain>;