import { type Context } from "koishi";
export declare function getLocalImageProxyUrl(ctx: Context, source: string): string;
export declare function registerLocalImageProxyRoute(ctx: Context): boolean;
