AUXteam's picture
Set Gemini API version to v1
8c741f6 verified
/**
* Faster version of decodeURIComponent() that does not throw.
*
* @param string - the URL string to decode.
*
* @returns the decoded string or null if invalid.
*/
export declare function uriDecode(string: string): string;