import { Bot, Context } from 'koishi';
export declare function sendPriv(bot: Bot, userId: string, content: string): Promise<string[]>;
export declare function dynamicInterval(ctx: Context, callback: () => void, min: number, max: number): () => boolean;