declare const KEYS: { readonly auth: string[]; readonly user: string[]; readonly guild: string[]; readonly team: string[]; }; declare const SCHEMAS: { readonly auth: import("mongoose").Schema & import("../../types/auth-user.type").IAuthUser & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, import("../../types/auth-user.type").IAuthUser, import("mongoose").Document, {}> & import("mongoose").FlatRecord & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }>; readonly user: import("mongoose").Schema & import("../../types/user.type").IUser & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, import("../../types/user.type").IUser, import("mongoose").Document, {}> & import("mongoose").FlatRecord & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }>; readonly guild: import("mongoose").Schema & import("../../types/guild.type").IGuild & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, import("../../types/guild.type").IGuild, import("mongoose").Document, {}> & import("mongoose").FlatRecord & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }>; readonly team: import("mongoose").Schema & import("../../types/guild-team.types").ITeam & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, import("../../types/guild-team.types").ITeam, import("mongoose").Document, {}> & import("mongoose").FlatRecord & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }>; }; declare const MODELS: { readonly Auth: import("mongoose").Model & import("../../types/auth-user.type").IAuthUser & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, import("mongoose").Schema & import("../../types/auth-user.type").IAuthUser & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, import("../../types/auth-user.type").IAuthUser, import("mongoose").Document, {}> & import("mongoose").FlatRecord & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }>>; readonly User: import("mongoose").Model & import("../../types/user.type").IUser & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, import("mongoose").Schema & import("../../types/user.type").IUser & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, import("../../types/user.type").IUser, import("mongoose").Document, {}> & import("mongoose").FlatRecord & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }>>; readonly Guild: import("mongoose").Model & import("../../types/guild.type").IGuild & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, import("mongoose").Schema & import("../../types/guild.type").IGuild & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, import("../../types/guild.type").IGuild, import("mongoose").Document, {}> & import("mongoose").FlatRecord & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }>>; readonly Team: import("mongoose").Model & import("../../types/guild-team.types").ITeam & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, import("mongoose").Schema & import("../../types/guild-team.types").ITeam & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, import("../../types/guild-team.types").ITeam, import("mongoose").Document, {}> & import("mongoose").FlatRecord & { _id: import("mongoose").Types.ObjectId; } & { __v: number; }>>; }; declare const DATABASE_DATA: (keyof typeof KEYS)[]; export { KEYS, SCHEMAS, MODELS, DATABASE_DATA }; export default SCHEMAS; //# sourceMappingURL=index.d.ts.map