import { CliOption } from "./"; export interface OutputPath { components: string; paths: string; commonPath: string; } export declare const genOutputPath: (c: CliOption) => OutputPath;