import { TypeGuard } from 'generic-type-guard'; export interface AppDBError { status: number; statusReason: string; toe?: string; } export declare const isAppDBError: TypeGuard;