export { getEtag }; declare function getEtag(runContext: { disableEtag: boolean; httpResponseBody: string; }): Promise;