import { MDXComponent, } from '../../typeAliases/MDXComponent'; export interface InkModule { readonly storyContent: Record & { root: Record }; readonly text: string; readonly getMdxComponent: (id: string) => MDXComponent; readonly mdxAliases?: Record; }