import type { Manager } from './Manager'; /** 入口方法 */ export declare function main(manager: Manager): void;