/// <reference types="koa" />
declare const _default: {
    admin: {
        uploadImage(ctx: import("koa").Context): Promise<import("koa").Context>;
    };
    config: {
        getConfig: (ctx: any) => Promise<void>;
    };
    settings: {
        getSettings: (ctx: any) => Promise<void>;
        setSettings: (ctx: any) => Promise<void>;
    };
};
export default _default;
