import { type Argv, type Channel, type Context, type Dict } from 'koishi'; import type { DynamicNotifiction } from '../model'; import type { IConfig } from '.'; export declare function dynamicStrategy({ session, options, }: Argv, list: Dict<[ Pick, DynamicNotifiction ][]>, ctx: Context, config: IConfig): Promise;