import type { RawHttpHeaders } from "@azure/core-rest-pipeline"; /** * @internal * Builds an object with the required headers for a Transaction request. For Node */ export declare function getTransactionHeaders(transactionGuid: string): RawHttpHeaders; //# sourceMappingURL=transactionHeaders.d.ts.map