import { Block } from "../../types/Block";
import { Params } from "../../types/Params";
/**
 * Handles processing of chat disabled in current block.
 *
 * @param block current block being processed
 * @param setTextAreaDisabled sets the state of the textarea for user input
 * @param params contains parameters that can be used/passed into attributes
 */
export declare const processChatDisabled: (block: Block, setTextAreaDisabled: (inputDisabled: boolean) => void, params: Params) => Promise<void>;
//# sourceMappingURL=ChatDisabledProcessor.d.ts.map