import { Element, ElementDefinition } from ".."; export declare const formateBasicBlockAttribute: (node: { attributes: Parameters[0]["node"]["attributes"]; type: Element["type"]; }, mode?: "testing" | "production") => Parameters[0]["node"]["attributes"]; export declare const deleteNoAllowKey: (attributes: Parameters[0]["node"]["attributes"], allowAttributes: Record) => import("lodash").Dictionary;