import { IBuildConfig } from './../interface/ibuild-config'; export declare const getEntryPointFilePath: (config: IBuildConfig) => string;