export declare const getHeadings: (lang: any) => {
    key: string;
    title: any;
    text: any;
    type: string;
    command: string;
}[];
export declare const blocks: {
    'header-one': string;
    'header-two': string;
    'header-three': string;
    'header-four': string;
    'header-fiv': string;
    'header-six': string;
    unstyled: string;
    blockquote: string;
};
