/* tslint:disable */ /* eslint-disable */ /* auto-generated by NAPI-RS */ export interface Credential { account: string password: string } export function deletePassword(service: string, account: string): Promise export function findCredentials(service: string): Promise> export function findPassword(service: string): Promise export function getPassword(service: string, account: string): Promise export function setPassword(service: string, account: string, password: string, persistWin32?: number | undefined | null): Promise