export declare const createHttpExceptionBody: (message: string | object, error?: string, statusCode?: number) => object;
