/** * Appends query parameters to a URI. */ export function appendParams(uri: string, params: any): string;