export declare const setPassword: (service: string, account: string, password: string) => Promise; export declare const getPassword: (service: string, account: string) => Promise; export declare const deletePassword: (service: string, account: string) => Promise; //# sourceMappingURL=keys.d.ts.map