export default class ConfigurationError extends Error { name: string; constructor(message: string); }