declare const _default: {
    config: {
        getConfig: (ctx: any) => Promise<void>;
    };
    settings: {
        getSettings: (ctx: any) => Promise<void>;
        setSettings: (ctx: any) => Promise<void>;
    };
};
export default _default;
