/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// declare const _exports: { new (doc?: DocType, fields?: any, options?: boolean | mongoose.AnyObject): mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }; aggregate(pipeline?: mongoose.PipelineStage[], options?: import("mongodb").AggregateOptions, callback?: mongoose.Callback): mongoose.Aggregate; aggregate(pipeline: mongoose.PipelineStage[], callback?: mongoose.Callback): mongoose.Aggregate; base: typeof mongoose; baseModelName: string; castObject(obj: mongoose.AnyObject, options?: { ignoreCastErrors?: boolean; }): { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }; bulkWrite(writes: import("mongodb").AnyBulkWriteOperation<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>[], options: import("mongodb").BulkWriteOptions & mongoose.MongooseBulkWriteOptions, callback: mongoose.Callback): void; bulkWrite(writes: import("mongodb").AnyBulkWriteOperation<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>[], callback: mongoose.Callback): void; bulkWrite(writes: import("mongodb").AnyBulkWriteOperation<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>[], options?: import("mongodb").BulkWriteOptions & mongoose.MongooseBulkWriteOptions): Promise; bulkSave(documents: mongoose.Document[], options?: import("mongodb").BulkWriteOptions & { timestamps?: boolean; }): Promise; collection: mongoose.Collection; count(callback?: mongoose.Callback): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; count(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; countDocuments(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; countDocuments(callback?: mongoose.Callback): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; create>(docs: ({ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents)[], options?: mongoose.SaveOptions): Promise<(mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; })[]>; create>(docs: ({ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_1)[], options?: mongoose.SaveOptions, callback?: mongoose.Callback<(mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; })[]>): Promise<(mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; })[]>; create>(docs: ({ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_2)[], callback: mongoose.Callback<(mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; })[]>): void; create>(doc: { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_3): Promise & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>; create>(...docs: ({ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_4)[]): Promise<(mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; })[]>; create>(doc: { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_5, callback: mongoose.Callback & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>): void; createCollection(options: import("mongodb").CreateCollectionOptions & Pick, "expires">, callback: mongoose.Callback>): void; createCollection(callback: mongoose.Callback>): void; createCollection(options?: import("mongodb").CreateCollectionOptions & Pick, "expires">): Promise>; db: mongoose.Connection; deleteMany(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.CallbackWithoutResult): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; deleteMany(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback: mongoose.CallbackWithoutResult): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; deleteMany(callback: mongoose.CallbackWithoutResult): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; deleteOne(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.CallbackWithoutResult): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; deleteOne(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback: mongoose.CallbackWithoutResult): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; deleteOne(callback: mongoose.CallbackWithoutResult): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; events: NodeJS.EventEmitter; findById & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(id: any, projection?: mongoose.ProjectionType<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; findById & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(id: any, projection?: mongoose.ProjectionType<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; findOne & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, projection?: mongoose.ProjectionType<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; findOne & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, projection?: mongoose.ProjectionType<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; findOne & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; hydrate(obj: any, projection?: mongoose.AnyObject, options?: { setters?: boolean; }): mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }; init(callback?: mongoose.CallbackWithoutResult): Promise & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>; insertMany(docs: ({ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_6)[], options: mongoose.InsertManyOptions & { lean: true; }, callback: mongoose.Callback, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>[]>): void; insertMany(docs: ({ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_7)[], options: mongoose.InsertManyOptions & { rawResult: true; }, callback: mongoose.Callback>): void; insertMany(docs: ({ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_8)[], callback: mongoose.Callback, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>, {}, {}>[]>): void; insertMany(doc: DocContents_9, options: mongoose.InsertManyOptions & { lean: true; }, callback: mongoose.Callback, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>[]>): void; insertMany(doc: DocContents_10, options: mongoose.InsertManyOptions & { rawResult: true; }, callback: mongoose.Callback>): void; insertMany(doc: DocContents_11, options: mongoose.InsertManyOptions & { lean?: false; }, callback: mongoose.Callback, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>, {}, {}>[]>): void; insertMany(doc: DocContents_12, callback: mongoose.Callback, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>, {}, {}>[]>): void; insertMany(docs: ({ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_13)[], options: mongoose.InsertManyOptions & { lean: true; }): Promise, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>[]>; insertMany(docs: ({ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_14)[], options: mongoose.InsertManyOptions & { rawResult: true; }): Promise>; insertMany(docs: ({ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } | DocContents_15)[]): Promise, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>, {}, {}>[]>; insertMany(doc: DocContents_16, options: mongoose.InsertManyOptions & { lean: true; }): Promise, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>[]>; insertMany(doc: DocContents_17, options: mongoose.InsertManyOptions & { rawResult: true; }): Promise>; insertMany(doc: DocContents_18, options: mongoose.InsertManyOptions): Promise, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>, {}, {}>[]>; insertMany(doc: DocContents_19): Promise, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>, {}, {}>[]>; modelName: string; populate(docs: any[], options: string | mongoose.PopulateOptions | mongoose.PopulateOptions[], callback?: mongoose.Callback<(mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; })[]>): Promise<(mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; })[]>; populate(doc: any, options: string | mongoose.PopulateOptions | mongoose.PopulateOptions[], callback?: mongoose.Callback & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>): Promise & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>; validate(callback?: mongoose.CallbackWithoutResult): Promise; validate(optional: any, callback?: mongoose.CallbackWithoutResult): Promise; validate(optional: any, pathsToValidate: mongoose.PathsToValidate, callback?: mongoose.CallbackWithoutResult): Promise; watch(pipeline?: Record[], options?: import("mongodb").ChangeStreamOptions & { hydrate?: boolean; }): import("mongodb").ChangeStream>; $where(argument: string | Function): mongoose.Query<(mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; })[], mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; discriminators: { [name: string]: mongoose.Model; }; translateAliases(raw: any): any; distinct(field: string, filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; estimatedDocumentCount(options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; exists(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback: mongoose.Callback<{ _id: mongoose.Types.ObjectId; }>): mongoose.Query, "_id">, mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; exists(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>): mongoose.Query<{ _id: mongoose.Types.ObjectId; }, mongoose.Document & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; find & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, projection?: mongoose.ProjectionType<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; find & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, projection?: mongoose.ProjectionType<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; find & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; find & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(callback?: mongoose.Callback): mongoose.Query; findByIdAndDelete & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(id?: any, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: (err: NativeError, doc: ResultDoc_9, res: any) => void): mongoose.Query; findByIdAndRemove & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(id?: any, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: (err: NativeError, doc: ResultDoc_10, res: any) => void): mongoose.Query; findByIdAndUpdate & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(id: any, update: mongoose.UpdateQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }> & { rawResult: true; }, callback?: (err: NativeError, doc: any, res: any) => void): mongoose.Query, ResultDoc_11, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; findByIdAndUpdate & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(id: any, update: mongoose.UpdateQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }> & { upsert: true; } & mongoose.ReturnsNewDoc, callback?: (err: NativeError, doc: ResultDoc_12, res: any) => void): mongoose.Query; findByIdAndUpdate & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(id?: any, update?: mongoose.UpdateQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: (err: NativeError, doc: ResultDoc_13, res: any) => void): mongoose.Query; findByIdAndUpdate & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(id: any, update: mongoose.UpdateQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback: (err: NativeError, doc: ResultDoc_14, res: any) => void): mongoose.Query; findOneAndDelete & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: (err: NativeError, doc: ResultDoc_15, res: any) => void): mongoose.Query; findOneAndRemove & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: (err: NativeError, doc: ResultDoc_16, res: any) => void): mongoose.Query; findOneAndReplace & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, replacement: mongoose.AnyObject | { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, options: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }> & { rawResult: true; }, callback?: (err: NativeError, doc: any, res: any) => void): mongoose.Query, ResultDoc_17, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; findOneAndReplace & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, replacement: mongoose.AnyObject | { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, options: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }> & { upsert: true; } & mongoose.ReturnsNewDoc, callback?: (err: NativeError, doc: ResultDoc_18, res: any) => void): mongoose.Query; findOneAndReplace & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, replacement?: mongoose.AnyObject | { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: (err: NativeError, doc: ResultDoc_19, res: any) => void): mongoose.Query; findOneAndUpdate & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, update: mongoose.UpdateQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }> & { rawResult: true; }, callback?: (err: NativeError, doc: any, res: any) => void): mongoose.Query, ResultDoc_20, {}, { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; findOneAndUpdate & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, update: mongoose.UpdateQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }> & { upsert: true; } & mongoose.ReturnsNewDoc, callback?: (err: NativeError, doc: ResultDoc_21, res: any) => void): mongoose.Query; findOneAndUpdate & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, update?: mongoose.UpdateQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: (err: NativeError, doc: { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, res: any) => void): mongoose.Query; geoSearch & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.GeoSearchOptions, callback?: mongoose.Callback): mongoose.Query; mapReduce(o: mongoose.MapReduceOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, Key, Value>, callback?: mongoose.Callback): Promise; remove & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: any, callback?: mongoose.CallbackWithoutResult): mongoose.Query; remove & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: any, options?: mongoose.RemoveOptions, callback?: mongoose.CallbackWithoutResult): mongoose.Query; replaceOne & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, replacement?: mongoose.AnyObject | { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; schema: mongoose.Schema<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, mongoose.Model<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, any, any, any, any>, {}, {}, {}, {}, "type", { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>; update & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, update?: mongoose.UpdateWithAggregationPipeline | mongoose.UpdateQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; updateMany & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, update?: mongoose.UpdateWithAggregationPipeline | mongoose.UpdateQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; updateOne & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(filter?: mongoose.FilterQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, update?: mongoose.UpdateWithAggregationPipeline | mongoose.UpdateQuery<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, options?: mongoose.QueryOptions<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>, callback?: mongoose.Callback): mongoose.Query; where & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(path: string, val?: any): mongoose.Query; where & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(obj: object): mongoose.Query; where & { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; } & { _id: mongoose.Types.ObjectId; }>(): mongoose.Query; addListener(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>>; on(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>>; once(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>>; removeListener(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>>; off(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>>; removeAllListeners(event?: string | symbol): mongoose.Model<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>>; setMaxListeners(n: number): mongoose.Model<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>>; getMaxListeners(): number; listeners(eventName: string | symbol): Function[]; rawListeners(eventName: string | symbol): Function[]; emit(eventName: string | symbol, ...args: any[]): boolean; listenerCount(eventName: string | symbol): number; prependListener(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>>; prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{ guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", { guild: string; voice: string; songname: string; songtime: string; songURL: string; textchannel: string; requester?: string; }>>; eventNames(): (string | symbol)[]; discriminator(name: string | number, schema: mongoose.Schema, {}, {}, {}, {}, "type", { [x: string]: any; }>, value?: string | number | mongoose.Schema.Types.ObjectId | mongoose.DiscriminatorOptions): mongoose.Model; discriminator(name: string | number, schema: mongoose.Schema>, value?: string | number | mongoose.Schema.Types.ObjectId | mongoose.DiscriminatorOptions): U; createIndexes(options: import("mongodb").CreateIndexesOptions, callback: mongoose.CallbackWithoutResult): void; createIndexes(callback: mongoose.CallbackWithoutResult): void; createIndexes(options?: import("mongodb").CreateIndexesOptions): Promise; diffIndexes(options: Record, callback: mongoose.Callback): void; diffIndexes(callback: mongoose.Callback): void; diffIndexes(options?: Record): Promise; ensureIndexes(options: import("mongodb").CreateIndexesOptions, callback: mongoose.CallbackWithoutResult): void; ensureIndexes(callback: mongoose.CallbackWithoutResult): void; ensureIndexes(options?: import("mongodb").CreateIndexesOptions): Promise; listIndexes(callback: mongoose.Callback): void; listIndexes(): Promise; syncIndexes(options: mongoose.SyncIndexesOptions, callback: mongoose.Callback): void; syncIndexes(options?: mongoose.SyncIndexesOptions): Promise; startSession(options: import("mongodb").ClientSessionOptions, callback: mongoose.Callback): void; startSession(callback: mongoose.Callback): void; startSession(options?: import("mongodb").ClientSessionOptions): Promise; get: (callback: any, limit: any) => void; }; export = _exports; export function get(callback: any, limit: any): void; import mongoose = require("mongoose"); //# sourceMappingURL=queue.d.ts.map