import { shoot as ShootFn } from '../snapshot/shoot.js'; export declare function loadSnapshotShoot(): Promise; export declare function isEntrypoint(argv1: string | undefined, moduleUrl: string): boolean;