export interface NestedDict { [name: string]: TValue | NestedDict; } export declare type URLString = `http${string}`;