/**
 * Import Chrome passwords into the database
 */
export declare function importFromChrome(): Promise<number>;
