import type { InjectionKey } from 'vue'; export interface ProvidedCodeBlockMeta { code: string; language: string; } export declare const CODE_BLOCK_META_KEY: InjectionKey; export type CodeBlockAction = any; export declare const GLOBAL_CODE_BLOCK_ACTIONS: InjectionKey;