1export function atob(encodedData: string): string | null 2export function btoa(stringToEncode: string): string | null 3 4