export declare class RemoveProtectionParamsPayload { protected readonly _password: string; constructor(password: string); }