import { Argv } from "koishi";
declare function randomTJPic(av: Argv, ms: string): Promise<void>;
export default randomTJPic;
