export declare const argsFrom: (args: string[], from: string) => string[]; export declare const parseNodeArgs: (args: string[]) => import("../util/parse-args.ts").ParsedArgs;