import { Schema } from "koishi"; export interface Config { url: string; } export declare const Config: Schema;