declare const initializeCommand: (type: string) => Promise<void>;
export default initializeCommand;
