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