export type IURL = string; export type URL = IURL; export type { IURL as IDevKnativePkgApisURL, URL as DevKnativePkgApisURL };