import { Context } from 'koishi';
export declare const ImageBuffer: ({ buffer }: {
buffer: Buffer;
}) => Promise<any>;
export declare const ProcessJellyfishImage: (ctx: Context, image_path: string) => Promise<import("@ltxhhz/skia-canvas-for-koishi").Canvas>;