import { Attributes, Context } from '@opentelemetry/api'; import { NormalizedRequest } from './types'; export declare const removeSuffixFromStringIfExists: (str: string, suffixToRemove: string) => string; export declare const normalizeV3Request: (serviceName: string, commandNameWithSuffix: string, commandInput: Record, region: string | undefined) => NormalizedRequest; export declare const extractAttributesFromNormalizedRequest: (normalizedRequest: NormalizedRequest) => Attributes; export declare const bindPromise: (target: Promise, contextForCallbacks: Context, rebindCount?: number) => Promise; //# sourceMappingURL=utils.d.ts.map