export declare function debounce(fn: Function, n?: number): (...args: any[]) => void; export declare function utoa(data: string): string; export declare function atou(base64: string): string; export declare function getPkgUrl(name: string, version?: string, ending?: string): string;