export declare function getJson(input: string | { input: string; selector?: (o: unknown) => T; }): Promise;