import type { HttpResponseInit, InvocationContext } from "@azure/functions"; export declare function parseErrorMessage(error: unknown): string; export declare function responseError(error: unknown, context?: InvocationContext, init?: ResponseInit | number): HttpResponseInit;