export declare class CCError extends Error { } export declare const UTF8encoder: TextEncoder; export declare function has(obj: T, prop: K): obj is T & Record; export declare function btoa(str: string): string; export declare function isInt(s: string): boolean;