8 lines
		
	
	
		
			240 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			240 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/**
 | 
						|
 * Do not edit:
 | 
						|
 * This is a compatibility redirect for contexts that do not understand package.json exports field.
 | 
						|
 */
 | 
						|
declare module "@smithy/core/protocols" {
 | 
						|
  export * from "@smithy/core/dist-types/submodules/protocols/index.d";
 | 
						|
}
 |