export declare const getWADExecutablePath: (() => Promise) & { cache: Map>; }; /** * Checks if the current process is running with administrator privileges * * @returns Promise that resolves to true if running as admin, false otherwise */ export declare function isAdmin(): Promise; //# sourceMappingURL=installer.d.ts.map