import type { Action } from "./types.js";
import { RawApi } from "./deps.js";
type ApiMethods = keyof RawApi;
export declare function getChatActionsForRequest(method: ApiMethods, payload: Record<string, unknown>): [boolean, Action[]];
export {};
