export declare class PasswordProtection { protected readonly _userPassword?: string; protected readonly _ownerPassword?: string; constructor(userPassword?: string, ownerPassword?: string); }