import { Block } from "../../types/Block";
import { Params } from "../../types/Params";
import { Flow } from "../../types/Flow";
/**
 * Handles processing of options in current block.
 *
 * @param flow conversation flow for the bot
 * @param block current block being processed
 * @param path path associated with the current block
 * @param params contains parameters that can be used/passed into attributes
 */
export declare const processOptions: (flow: Flow, block: Block, path: keyof Flow, params: Params) => Promise<void>;
//# sourceMappingURL=OptionProcessor.d.ts.map