export declare function enableAutostart(): Promise; export declare function disableAutostart(): Promise; export declare function autostartStatus(): Promise; export declare function autostart(subcommand?: string): Promise; //# sourceMappingURL=autostart.d.ts.map