declare module '@ioc:Adonis/Lucid/Orm' { interface ModelQueryBuilderContract> { pluck(value: string, id?: string): Promise; } }