import type { Argv, Channel, Context, Dict } from 'koishi'; import type { IConfig } from '..'; import type { DynamicNotifiction } from '../../model'; export declare function bilibiliVupCheck({ session }: Argv, up: { uid: string; upName: string; }, _list: Dict<[ Pick, DynamicNotifiction ][]>, ctx: Context, config: IConfig): Promise; export declare function bilibiliDanmuCheck({ session }: Argv, up: { uid: string; upName: string; }, _list: Dict<[ Pick, DynamicNotifiction ][]>, ctx: Context, _config: IConfig): Promise; export declare function bilibiliRefreshVup(_: Argv, _up: { uid: string; upName: string; }, _list: Dict<[ Pick, DynamicNotifiction ][]>, ctx: Context, _config: IConfig): Promise; export declare function bilibiliCookie({ session, options, }: Argv, _up: { uid: string; upName: string; }, _list: Dict<[ Pick, DynamicNotifiction ][]>, ctx: Context): Promise;