export declare class DeactivationReason { id: number; text: string; code: string; customerVisible: boolean; }