import { PathCollection } from './types';
import type { Config } from '@stencil/core/compiler';
export declare function prepareConfigAndOutputargetPaths(config: Config, pathCollection: PathCollection): Promise<Config>;
