import { IErrorResponse } from '.'; export declare class ErrorResponseFactory { static create(message: string, details: string[], correlationId?: string): IErrorResponse; }