import { KernelError } from "./kernelError"; export declare class GeneralError extends KernelError { code: string; status: number; reason: string; constructor(message: string, code?: string); }