import { IBuilderConfig } from './types'; export declare const cwd: string; export declare const entry: string; export declare const builderConfigs: IBuilderConfig; export declare const templates: string[]; declare let pkg: any; export { pkg };