import type { Registrar, SupportedStringContent } from '@kui-shell/core'; /** Important for alignment to the Editor view component */ export declare function contentTypeOf(suffix: string): SupportedStringContent; /** * Register command handlers * */ declare const _default: (registrar: Registrar) => void; export default _default;