/** * Init command - Initialize Lost Keys in a git repository */ /** * Execute the init command * @returns Exit code (0 = success, 1 = error) */ export declare function initCommand(): Promise; //# sourceMappingURL=init.d.ts.map