declare const Context: any, Schema: any, h: any; declare const fs: any; declare const path: any; declare const TRIGGER = "\u8C08\u604B\u7231\u5417"; declare const SUFFIX_TEXT = " --\u6765\u81EAP6OY\u7684\u604B\u7231\u62BD\u5361\u6A21\u62DF"; declare const PRESET_COUNT = 20; declare const IMAGE_BASE_URL = "https://7xi.p6oy.top/cute_ "; declare const DEFAULT_POOL: ({ label: string; weight: number; tag: string; type?: undefined; } | { label: string; weight: number; tag: string; type: string; })[]; declare const DEFAULT_QUOTES: string[]; declare function weightedPick(pool: any): any; declare function getRandomImageUrl(): string; declare function rollBatch(pool: any, count: any, session: any): Promise<{ stats: Map; ssrCount: number; total: number; }>; declare function formatHugeBatch(stats: any, ssrCount: any, total: any): string; declare function formatNormalBatch(results: any, title: any): string;