#!/usr/bin/env node export declare function run(argv?: string[]): Promise; export declare function isCliEntrypoint(metaUrl: string, argv1?: string | undefined): boolean;