import { Web } from './web.js'; export declare function main(cfgPath?: string): Promise; export { Web };