export declare function utoa(data: string): string; export declare const usePlayground: (source: string) => { encoded: string; link: string; };