export interface DetectLegacyAutostartInput { homeDir: string; existsSync(path: string): boolean; } export declare function legacyAutostartPath(homeDir: string): string; export declare function detectLegacyAutostart(input: DetectLegacyAutostartInput): { legacyAutostart: boolean; legacyPath: string; }; //# sourceMappingURL=login-item.d.ts.map