import type { UrlReaderOptions } from "../url-reader/types.js"; export interface ParsedUrlReadArgs { url: string; json: boolean; } export declare function parseUrlReadArgs(args: string[]): ParsedUrlReadArgs; export declare function urlCommand(args: string[], options?: UrlReaderOptions): Promise; //# sourceMappingURL=url.d.ts.map