import type { PipelinePolicy } from "../pipeline.js"; /** * The programmatic identifier of the ndJsonPolicy. */ export declare const ndJsonPolicyName = "ndJsonPolicy"; /** * ndJsonPolicy is a policy used to control keep alive settings for every request. */ export declare function ndJsonPolicy(): PipelinePolicy; //# sourceMappingURL=ndJsonPolicy.d.ts.map