export declare function parseProcessArgsOrThrow(args: string[]): { waspTsSpecPath: string; tsconfigPath: string; projectRootDir: string; specResultPath: string; entityNames: string[]; }; //# sourceMappingURL=cli.d.ts.map