export { didFunctionColdStart, getSandboxInitTags, setSandboxInit, isProactiveInitialization, isManagedInstancesMode, isProvisionedConcurrency, } from "./cold-start"; export { promisifiedHandler } from "./handler"; export { Timer } from "./timer"; export { logWarning, logError, logDebug, Logger, setLogLevel, setLogger, LogLevel } from "./log"; export { tagObject } from "./tag-object"; export { updateDDTags } from "./dd_tags"; export { batchItemFailureCount, isBatchItemFailure } from "./batch-item-failures"; //# sourceMappingURL=index.d.ts.map