export declare class ShowingBranchesModel { branches: string; branchValue: number; constructor(branches: string, branchValue: number); }