export declare const classroomDbDesignDoc: string; export declare const courseDBDesignDoc: string; export declare const courseValidateDocUpdate: string; export declare const elodoc: { _id: string; views: { elo: { map: string; }; }; language: string; }; export declare const tagsDoc: { _id: string; views: { getTags: { map: string; }; }; language: string; }; export declare const cardsByInexperienceDoc: { _id: string; views: { cardsByInexperience: { map: string; }; }; language: string; }; export declare const authDesignDoc: { _id: string; validate_doc_update: string; }; export declare const courseDBDesignDocs: ({ _id: string; views: { elo: { map: string; }; }; language: string; } | { _id: string; views: { getTags: { map: string; }; }; language: string; } | { _id: string; views: { cardsByInexperience: { map: string; }; }; language: string; } | { _id: string; validate_doc_update: string; })[]; //# sourceMappingURL=design-docs.d.ts.map