import type { Header } from "../../entities/header"; export interface IHeaderRepository { getHeader(): Promise
; }