export declare function GET<T>(url: string, queryparams?: URLSearchParams): Promise<T>;
