export declare function Boot(): void; export declare function Run(): void; export declare function Stop(): void; export default Boot;