import type { Quester } from 'koishi';
export declare function b23Extract(text: string, http: Quester): Promise<string>;
