#!/usr/bin/env node /** * Main function. * * @param args - The command line arguments (`process.argv.slice(2)`) * @returns The exit code */ export declare function main(args: string[]): Promise;