import { ElixirError } from '../errorHandler/ElixirError'; export declare class PerformanceError extends ElixirError { constructor(message?: string, payload?: any, name?: string); }