export function initUniAppTools(config?: {}): Promise<void>;
export * from "./core/errorHandler";
export * from "./core/performance";
export * from "./ui";
export * from "./navigation";
export * from "./clipboard";
export * from "./system";
export * from "./localStorage";
export * from "./utils";
export * from "./upload";
export const VERSION: "1.0.8";
