import { IBuildConfig } from './../interface/ibuild-config'; export declare const getInputPath: (config: IBuildConfig) => string; export declare const getOutputPath: (config: IBuildConfig) => string; export declare const getContextPath: (config: IBuildConfig) => string; export declare const getIndexTSDefaultPath: (config: IBuildConfig) => string; export declare const getIndexTSXDefaultPath: (config: IBuildConfig) => string; export declare const getEnv: () => string; export declare const getDefinitions: (config: IBuildConfig) => any; export declare const getContextNodeModulesPath: (config: IBuildConfig) => string; export declare const getDefinitionsStringified: (config: IBuildConfig) => any; export declare const isDevelopment: () => boolean; export declare const isProduction: () => boolean; export declare const getEnableSourceMaps: (config: IBuildConfig) => boolean;