export declare type Base = { readonly timestamp: number; readonly status: number; readonly error: string; readonly path: string; };