import { SaveBlockActionArgsType } from "./types"; import { BlockEventActionCallable } from "../../../types"; import { PbElement } from "../../../../types"; export declare const findElementByVariableId: (elements: PbElement[], variableId: string) => any; export declare const saveBlockAction: BlockEventActionCallable;