export declare const name = "init";
export declare const alias = "";
export declare const description = "create a new interaction.json";
export declare function action(): Promise<void>;
