import { Context, Schema } from 'koishi';
export declare const name = "pic";
export interface Config {
    addr: string;
}
export declare const Config: Schema<Config>;
export declare function apply(ctx: Context): void;
