import { HvigorNode } from '@ohos/hvigor'; export declare class PBConfig { exePath: string; pluginPath: string; scanDir: Array; saveDir: string; namePattern: string; sendable: boolean; debug: boolean; enableFunctions: string[]; srcDir: string; otheMap: Map; paras: Record; protoFiles: string[]; setParas(paras: Record): void; constructor(); parseParas(): void; getExeParaStr(subNode: HvigorNode): string; private getDefaultExePath; private getSrcPath; private getPluginPath; private getSavePath; private _scanDirectory; private getScanPath; private getOptInfo; }