export declare var analytics: any; export declare var credentials: any; export declare const botonic_home_path: string; export declare const botonic_credentials_path: any; export declare function initializeCredentials(): void; export declare function track(event: string, properties?: {}): void; export declare function botonicPostInstall(): void; export declare function sleep(ms: number): Promise; export declare function getGlobalNodeModulesPath(): Promise;