import { BlockState } from '@vtj/core';
export declare function parseState(state?: BlockState): string[];
