UNPKG

475 BTypeScriptView Raw
1export declare var analytics: any;
2export declare var credentials: any;
3export declare const botonic_home_path: string;
4export declare const botonic_credentials_path: any;
5export declare function initializeCredentials(): void;
6export declare function track(event: string, properties?: {}): void;
7export declare function botonicPostInstall(): void;
8export declare function sleep(ms: number): Promise<unknown>;
9export declare function getGlobalNodeModulesPath(): Promise<any>;