export { CollectionArgs, CollectionState } from "./collection";
export type Collection = import("./collection").Collection;
export declare const Collection: typeof import("./collection").Collection;
export { IndexArgs, IndexState } from "./index_";
export type Index = import("./index_").Index;
export declare const Index: typeof import("./index_").Index;
//# sourceMappingURL=index.d.ts.map