export type TypeDocConfig = {
    plugin?: string[];
    theme?: string[];
};
