import { BlockAttributes } from './types'; export declare const stringifyBlockAttributes: (attributes?: BlockAttributes, addCurlyBrackets?: boolean) => string;