#!/usr/bin/env node
/**
 * Import passwords from Bitwarden vault
 */
export declare function importFromBitwarden(): Promise<void>;
