/** * logvault init command * * Authenticate with LogVault and retrieve API key */ interface InitOptions { browser?: boolean; json?: boolean; } export declare function initCommand(options: InitOptions): Promise; export {}; //# sourceMappingURL=init.d.ts.map