import { CompilerContext } from '../context/index.ts'; import { DocsType } from './types.ts'; export declare const defaultDocsFileNames: Record; /** * Minify docs .json files to reduce node_modules size (otherwise they account * for 50% of component package size). Don't minify if Lumina is running in AWC's * test package to allow for build snapshot diffs */ export declare const getDocsFileIndent: (context: CompilerContext) => 2 | undefined;