import type { RemarkPlugin, ShikiConfig } from './types.js'; export declare function remarkShiki(config?: ShikiConfig): ReturnType;