import { IMessageDeduper, IOutputSink, IState, IStateProvider, IStateType, IStoredMessage } from "@walmartlabs/cookie-cutter-core"; import { ICosmosConfiguration } from ".."; export declare function cosmosState, TSnapshot>(configuration: ICosmosConfiguration, TState: IStateType): IStateProvider; export declare function cosmosSink(configuration: ICosmosConfiguration): IOutputSink; export declare function cosmosDeduper(configuration: ICosmosConfiguration): IMessageDeduper;