// eslint-disable-next-line @typescript-eslint/no-empty-object-type export interface ServerContext {} export const context: ServerContext = {} as any;