import minimist from "minimist";
export default function publish(_: minimist.ParsedArgs, rawArgv: string[]): Promise<void>;
