declare class CustomError extends Error { constructor(message?: string); } export default CustomError;