import { Theme } from 'typedoc'; export interface IReadmePluginTheme extends Theme { monorepoReadmesPlugin: true; } export declare const isMonorepoReadmesPluginTheme: (theme: Theme) => theme is IReadmePluginTheme; //# sourceMappingURL=theme.d.ts.map