declare const main: (cli: import("meow").Result<{ preset: { type: "string"; alias: string; }; }>) => Promise; export default main;