export declare const GOOGLE_API_KEY = "GOOGLE_API_KEY";
export declare function renderPlaylistsAsync(playlists: pxt.Map<string>): Promise<void>;
