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