export interface FSPAConfig { webAppName?: string; prefix?: string; sourceFolder?: string; outDir?: string; } export declare function getLocalConfig(): FSPAConfig; export declare function loadConfig(webAppName?: string, options?: Partial): void; export declare const FSPAConsts: { itemsBuilderFolder: string; preBuildFolder: string; preDistFolder: string; templatesFolder: string; componentsTemplateFileName: string; componentsFileName: string; servicesFileName: string; coreFileName: string; };