import * as RateLimit from "./RateLimit";
export * from "./Options";
export * from "./stores";
export * as RateLimit from "./RateLimit";
declare const _default: {
    RateLimit: typeof RateLimit;
    Stores: {
        Memory: typeof import("./stores").MemoryStore;
        readonly Sequelize: any;
        readonly Mongodb: any;
        readonly Redis: any;
        Store: typeof import("./stores").Store;
    };
};
export default _default;
//# sourceMappingURL=index.d.ts.map