import type { KlawConfig } from "../../config/types.klaw.js"; import type { MsgContext } from "../templating.js"; export declare function isResetAuthorizedForContext(params: { ctx: MsgContext; cfg: KlawConfig; commandAuthorized: boolean; }): boolean;