declare class CustomError extends Error { constructor(theError: any); } declare class SimulatedException extends CustomError { } export default SimulatedException;