import { type NativeCommandResult } from './native-cli-shared.js'; export type { NativeCommandResult } from './native-cli-shared.js'; export declare function runNativeCli(argv: readonly string[]): Promise; //# sourceMappingURL=native-cli.d.ts.map