#!/usr/bin/env node export declare function parseArguments(args: string[]): { workspacePath: string; workflowRootPath: string; expandedPath: string; isDashboardMode: boolean; noSharedWorktreeSpecs: boolean; port?: number; lang?: string; noOpen?: boolean; }; export declare function resolveEntrypoint(pathValue: string | undefined): string | undefined; //# sourceMappingURL=index.d.ts.map