/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ export { DocumentContext, DocumentLambdaFactory } from "./document-router"; export { IKafkaResources, KafkaRunner, KafkaRunnerFactory, PartitionManager, } from "./kafka-service"; //# sourceMappingURL=index.d.ts.map