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