declare const getPathData: (configPath?: string) => Promise<{ rootPath: string; wrappersPath: any; pagesPath: any; pkgRoot: string; config: import("./stages/common/configuration-options").BriskConfiguration; }>; export default getPathData;