import type { Context } from "koishi";
export declare function loadCanvasImageSource(ctx: Context, source: string): Promise<import("@koishijs/canvas").Image>;
