export default class CustomStackError extends Error { constructor(message: string, stack: string); }