export declare class ODataServerError extends Error { constructor(msg: string); } export declare class AuthendicationError extends Error { constructor(msg: string); } export declare class FrameworkError extends Error { constructor(msg: string); } export declare class ValidationError extends Error { constructor(msg: string); }