import { Tree } from '@nx/devkit';
import * as ts from 'typescript';
export declare function calculateStencilSourceOptions(host: Tree, projectName: string): {
    stencilProjectConfig: import("@nx/devkit").ProjectConfiguration;
    stencilConfigPath: string;
    stencilConfigSource: ts.SourceFile;
    packageName: any;
};
