import { type DocoddityContents } from './types.js'; export declare class Theme { #private; theme: string; constructor(theme?: string); get source(): string; get target(): string; get dir(): string; getTargetDir(targetDir: string): string; get json(): Promise; }