export declare function inferPreamble(packageJson?: import('@arcgis/components-build-utils').PackageJson): string; export declare const preambleToComment: (preamble: string) => string; export declare const throwOnReadBeforeSet: (createdDuring: string) => PropertyDecorator; export declare function normalizeDocumentationFileName(fileName: string): string;