import { KeytarService } from '../common/keytar-protocol'; export declare class KeytarServiceImpl implements KeytarService { private static readonly MAX_PASSWORD_LENGTH; private static readonly PASSWORD_CHUNK_SIZE; setPassword(service: string, account: string, password: string): Promise; deletePassword(service: string, account: string): Promise; getPassword(service: string, account: string): Promise; findPassword(service: string): Promise; findCredentials(service: string): Promise>; } //# sourceMappingURL=keytar-server.d.ts.map