import { ErrorOutput } from './typesErrorAdapter';
export declare const genericErrorAdapter: (error: unknown) => ErrorOutput;
