import { Output } from '../output/output.util';
export declare const throwFailInternalServer: (error: Error) => Output<import("../..").IError>;
