function getimport { get } from "https://deno.land/x/storagee@1.3.0/src/lib/fetch.ts"; get(url: string,options?: FetchOptions,parameters?: FetchParameters,): Promise<any>Parametersurl: stringoptionaloptions: FetchOptionsoptionalparameters: FetchParametersReturnsPromise<any>