export declare class AssignTerminalModel { terminalId: string; branchId: string; constructor(terminalId: string, branchId: string); }