/** * Determins the absolute path to the entrypoint of the application by parsing the CLI arguments passed to the process. */ export declare function getEntrypointFromCLIArgs(): string | undefined;