import type { EncryptedWire } from './EncryptedWire'; export type VerifyCifsParams = { hostname: string; path: string; username: string; password: EncryptedWire | null; };