export declare class EdgeError extends Error { name: string; } export declare class EdgeContextError extends EdgeError { name: string; constructor(method: string); } export declare class EdgeConfigError extends EdgeError { name: string; constructor(key: string); } export declare class EdgeEnvKeyError extends EdgeError { name: string; constructor(key: string); } export declare class EdgeRequestGeoError extends EdgeError { name: string; message: string; }