import * as ts from 'typescript'; import { PreactComponentSchema } from '../component'; import { StringChange, Tree } from '@nx/devkit'; export declare function addExportsToBarrel(tree: Tree, options: PreactComponentSchema): void; export declare function addExport(source: ts.SourceFile, statement: string): StringChange[];