export default class IntendedError extends Error { createdAt: Date; intention: string; constructor(intention?: string, ...params: undefined[]); }