import type { ReplyPayload } from "../types.js";
import type { HandleDirectiveOnlyParams } from "./directive-handling.params.js";
export declare function handleDirectiveOnly(params: HandleDirectiveOnlyParams): Promise<ReplyPayload | undefined>;
