import { AppError } from '../models'; export declare type AppErrorOr = AppError | T;