//#region src/block_meta/common.d.ts type ContextType = "local" | "remote"; type ContentType = "text" | "binary"; //#endregion export { ContentType, ContextType }; //# sourceMappingURL=common.d.ts.map