type ErrorType = "Internal" | "External" | "Usage"; export declare function IsErrorType(error: any, type: ErrorType): boolean; export declare const Errors: { Internal: (message: string, originalError?: Error, context?: Record) => any; Usage: (message: string, originalError?: Error, context?: Record) => any; External: (message: string, originalError?: Error, context?: Record) => any; setScope(scope: string): void; }; export {}; //# sourceMappingURL=errors.d.ts.map